From: W. Trevor King Date: Mon, 9 Jan 2012 11:37:28 +0000 (-0500) Subject: Remove ssh* shortcuts and add pythonhttp to .bashrc.d/10aliases. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55a39841332e50628d9c9874d8765ea64c6db02c;p=dotfiles-public.git Remove ssh* shortcuts and add pythonhttp to .bashrc.d/10aliases. --- diff --git a/src/.bashrc.d/10aliases b/src/.bashrc.d/10aliases index 4b41733..00d49cd 100644 --- a/src/.bashrc.d/10aliases +++ b/src/.bashrc.d/10aliases @@ -23,9 +23,7 @@ alias oggr='ogg123 -qb 500' # play ogg radio streams (quiet, big input buffer) alias findex='find . -perm -u+x ! -type d' alias sortdat='find . -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n' alias sortdirdat='find . -type d -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n' -alias sshy='ssh wking@129.25.24.53' -alias ssha='ssh sysadmin@129.25.7.55' -alias sshxa='ssh -X sysadmin@129.25.7.55' +alias pythonhttp='python -m SimpleHTTPServer 8000' # enable color support of ls and also add handy aliases if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then