From 0785b2be3c2b74c8965eed51838f57c8d91e3d51 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 20 Jul 2013 00:41:19 +1200 Subject: Move aliases into separate file --- bash/bashrc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index ebf87b2d..4e271aa5 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -60,21 +60,6 @@ stty -ixon &>/dev/null # Use completion, if available [[ -r /etc/bash_completion ]] && source /etc/bash_completion -# I always want a unified diff -alias diff='diff -u' - -# I actually use ed now and then, go figure -alias ed='ed -p:' - -# Make gdb shut up -alias gdb='gdb -q' - -# Protect innocent MySQL databases from my stupidity -alias mysql='mysql --safe-updates' - -# I always do this, and I hate slow train -alias sl='ls' - # Load any supplementary scripts if [[ -d "$HOME/.bashrc.d" ]] then -- cgit v1.2.3