Browse Source

Added new alias for simpler rsync

master
Julio Biason 4 years ago
parent
commit
0c567123dc
  1. 2
      .gitignore
  2. 4
      bash/aliases.bash
  3. 2
      bash/scotty.bash

2
.gitignore vendored

@ -4,6 +4,8 @@
vim/.netrwhist
nvim/.netrwhist
vim/view
nvim/spell/*
tags
emacs.d/.last-package-update-day
emacs.d/elpa/

4
bash/aliases.bash

@ -8,7 +8,7 @@ then
alias cat="bat"
fi
if hash nvim 2> /dev/null;
if hash rsync 2> /dev/null;
then
alias vim="nvim"
alias rscp="rsync -rclh --progress"
fi

2
bash/scotty.bash

@ -2,5 +2,5 @@
if hash scotty 2> /dev/null;
then
source <(scotty init bash)
eval "$(scotty init bash)"
fi

Loading…
Cancel
Save