]> code.delx.au - dotfiles/commitdiff
Bash: New and awesome aliases
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 30 Sep 2008 14:24:33 +0000 (00:24 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 30 Sep 2008 14:24:33 +0000 (00:24 +1000)
.bash/interactive

index 220d2d5332f5b360f5a6017dd51081252c940c4f..6745a180bbf5c7fd4cac6ca4a62516c6ffc5e751 100644 (file)
@@ -41,6 +41,9 @@ alias ls='ls --color=auto'
 alias ll='ls -hlF'
 alias la='ls -ha'
 alias  l='ls -halF'
+alias ld='ls -ld'
+alias f='find . -iname'
+alias webshare='python -c "import SimpleHTTPServer; SimpleHTTPServer.test()"'
 alias rm='rm -i'
 alias less='less -R'
 alias grep='grep --color=auto'