]> code.delx.au - dotfiles/commitdiff
Added new useful aliases
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 24 Sep 2010 13:21:47 +0000 (23:21 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 24 Sep 2010 13:21:47 +0000 (23:21 +1000)
.bash/interactive

index 39283f6695cfd5d977f4e6abc51e2b1b93144107..366fe20a99e4a1e555f378a8e458fb82a078dffa 100644 (file)
@@ -47,6 +47,8 @@ alias webshare='python -c "import SimpleHTTPServer; SimpleHTTPServer.test()"'
 alias rm='rm -i'
 alias less='less -R'
 alias grep='grep --color=auto --exclude "*.svn-base"'
+alias scp='scp -o ControlPath=none'
+alias bc='bc -ql'
 
 # Bash should check the terminal size after every command terminates
 shopt -s checkwinsize