aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:23:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:23:45 +1300
commitb8317db306e013c7ea6e0fb46191bb68ffa7cbde (patch)
treefc4794f30fa554f8c7a4540f2627438af75d4fa7 /bash/bashrc.d
parentAdd man page suffix to program name in comment (diff)
downloaddotfiles-b8317db306e013c7ea6e0fb46191bb68ffa7cbde.tar.gz
dotfiles-b8317db306e013c7ea6e0fb46191bb68ffa7cbde.zip
Remove two aliases that I just don't use
* «ls -la» will work on any system, dotfiles or not, is only a few more letters, and is hardwired at this point * «sb» has essentiall the same effect as «exec bash», which again, already works everywhere
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/aliases.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index e5e04c14..64d5604f 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -10,11 +10,6 @@ alias diff='diff -u'
# Don't print the GDB copyright message on every invocation
alias gdb='gdb -q'
-# Quick way to get ls -al, since I do that a lot
-alias ll='ls -al'
-
-# Re-source ~/.bashrc
-alias sb='source ~/.bashrc'
# sudo(8) should always attempt to use the target user's $HOME
alias sudo='sudo -H'