diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-04 11:26:29 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-04 11:26:29 +0200 |
commit | 0e23f06bf03925e0512376816a7234a02f3f62bf (patch) | |
tree | 6df09bfb3cababd390c39d29fc0ca172025ee444 /zshrc | |
parent | e5342b2921ba400af1534fa19250ee980e852512 (diff) |
zshrc:
* Removed old aliases
* Do a rehash after agi
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |