summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-20 11:09:01 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-20 11:09:02 +0200
commitf7c54e5b3d677a034b274ce638c4322c1675fc78 (patch)
tree33ea5c4b537fb9e092bbe2ddea99180e5c388a74 /.zsh
parent15cc712bb4f6d1eaaeaefda216f73142b9ea697d (diff)
downloaddotfiles-f7c54e5b3d677a034b274ce638c4322c1675fc78.tar.gz
dotfiles-f7c54e5b3d677a034b274ce638c4322c1675fc78.tar.bz2
dotfiles-f7c54e5b3d677a034b274ce638c4322c1675fc78.zip
ulp alias
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 204550b..3dc9bc4 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -4,6 +4,9 @@ autoload is-at-least
# Alias definition {{{
#################################################
+# directory aliases
+hash -d ulp=/usr/local/portage/
+
# the | cmd aliases
alias -g L='| less'
alias -g H='| head'