summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-04 11:26:29 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-04 11:26:29 +0200
commit0e23f06bf03925e0512376816a7234a02f3f62bf (patch)
tree6df09bfb3cababd390c39d29fc0ca172025ee444 /zshrc
parente5342b2921ba400af1534fa19250ee980e852512 (diff)
zshrc:
* Removed old aliases * Do a rehash after agi
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/zshrc b/zshrc
index ed62815..792f6b0 100644
--- a/zshrc
+++ b/zshrc
@@ -34,18 +34,15 @@ alias v="vim"
alias agu="sudo apt-get update"
alias agdu="sudo apt-get dist-upgrade"
alias acs="apt-cache search"
-alias agi="sudo apt-get install"
+alias agi="sudo apt-get install && rehash"
alias purge="sudo apt-get --purge autoremove"
alias c="clear && fortune"
alias s="screen -r -d"
alias df="df -m"
alias iso="genisoimage -l -J -R -o cd.iso"
-alias a="acpi -t"
alias w="wicd-client -n"
alias gitlog="git log --pretty=oneline --abbrev-commit"
alias x="xine"
-alias x1="xrandr --output VGA --off"
-alias x2="xrandr --output VGA --auto && xrandr --output VGA --right-of LVDS"
alias m="mocp"
alias mp="mplayer"
alias p="ping"