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 vim/.netrwhist
nvim/.netrwhist nvim/.netrwhist
vim/view vim/view
nvim/spell/*
tags
emacs.d/.last-package-update-day emacs.d/.last-package-update-day
emacs.d/elpa/ emacs.d/elpa/

4
bash/aliases.bash

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

2
bash/scotty.bash

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

Loading…
Cancel
Save