Some minor alterations.

This commit is contained in:
Derek Taylor
2019-12-11 22:59:43 -06:00
parent 192a334b37
commit 8e404b5f21
7 changed files with 116 additions and 68 deletions

View File

@@ -152,6 +152,7 @@ alias cp="cp -i" # confirm before overwriting something
alias df='df -h' # human-readable sizes
alias free='free -m' # show sizes in MB
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
alias vifm='./.config/vifm/scripts/vifmrun'
# the terminal rickroll
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'