From fae3d748567070d9680715efc6d054f7b65cdacd Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 24 Sep 2010 23:21:47 +1000 Subject: [PATCH] Added new useful aliases --- .bash/interactive | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash/interactive b/.bash/interactive index 39283f6..366fe20 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -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 -- 2.39.2