9 changed files with 47 additions and 18 deletions
-
11aliases/key_aliases.tmpl
-
13aliases/key_dirs.tmpl
-
2aliases/key_files.tmpl
-
20dot_config/fish/config.fish.tmpl
-
3dot_config/fish/functions/conda_activate.fish
-
3dot_config/fish/functions/ipad/rsync-ipad-vid.fish
-
4dot_config/ranger/rc.conf.tmpl
-
6dot_taskrc
-
3dot_xinitrc.tmpl
@ -0,0 +1,3 @@ |
|||
function conda_activate |
|||
source ~/miniconda3/bin/activate $argv |
|||
end |
@ -1,3 +1,4 @@ |
|||
function rsync-ipad-vid |
|||
rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 /mnt/linux-files-2/Videos/ipad/fortnite/name |
|||
#rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 /mnt/linux-files-2/Videos/ipad/fortnite/name |
|||
rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 ~/Videos/fortnite/ |
|||
end |
Write
Preview
Loading…
Cancel
Save
Reference in new issue