Pushing several updates.

This commit is contained in:
Derek Taylor
2019-05-27 21:05:24 -05:00
parent 2a179d4cac
commit fc9beffc5e
12 changed files with 12 additions and 154 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
# ____ _____
# | _ \_ _| Derek Taylor (DistroTube)
# | | | || | http://www.youtube.com/c/DistroTube
# | |_| || | http://www.gitlab.com/dwt1/
# |____/ |_|
export TERM="st-256color"
# If you come from bash you might have to change your $PATH.
@@ -132,7 +138,7 @@ 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'
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
zstyle ':completion:*' completer _expand_alias _complete _ignored
alias tb="nc termbin.com 9999"