Updated various config files

This commit is contained in:
Darren 'Tadgy' Austin 2018-04-30 22:46:24 +01:00
commit b857cabadc
5 changed files with 27 additions and 174 deletions

View file

@ -34,7 +34,7 @@ _PLATFORM="$(uname -s)"
if [ "$_PLATFORM" = "Linux" ]; then
# Linux specific aliases.
hash ftpwho >/dev/null 2>&1 && alias ftpwho='ftpwho -v'
hash iftop >/dev/null 2>&1 && alias iftop='iftop -c'
hash iftop >/dev/null 2>&1 && alias iftop='TERM=vt100 iftop'
hash last less >/dev/null 2>&1 && alias laston='last -a | less'
hash ls >/dev/null 2>&1 && alias ls='ls -bFv --color=auto'
hash lynx >/dev/null 2>&1 && alias lynx='lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss'
@ -64,5 +64,4 @@ hash diff >/dev/null 2>&1 && alias diff='diff -u'
hash egrep >/dev/null 2>&1 && alias egrep='egrep --color=auto'
hash fgrep >/dev/null 2>&1 && alias fgrep='fgrep --color=auto'
hash grep >/dev/null 2>&1 && alias grep='grep --color=auto'
hash ls >/dev/null 2>&1 && alias ll='ls -al'
hash screen >/dev/null 2>&1 && alias screen='screen -Ua'