summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
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"