Minor changes.

This commit is contained in:
Derek Taylor
2019-05-01 21:55:58 -05:00
parent 43210314f8
commit 2a179d4cac
4 changed files with 26 additions and 15 deletions

2
.zshrc
View File

@@ -132,6 +132,8 @@ alias cp="cp -i" # confirm before overwriting something
alias df='df -h' # human-readable sizes
alias grep='grep --colour=auto'
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss'
zstyle ':completion:*' completer _expand_alias _complete _ignored
alias tb="nc termbin.com 9999"