summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index b257bf1..da337b7 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -5,7 +5,7 @@ autoload is-at-least
#################################################
# directory aliases
-hash -d ulp=/usr/local/portage/
+hash -d ulp=/usr/local/portage
# the | cmd aliases
alias -g L='| less'
n> 2015-05-11lastpass importer: more types supported and better checkingRaphaël Droz1-3/+7 2015-05-11add support for passing arbitrary options to all invocations of GPGDavid Adam2-4/+7 Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. 2015-05-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer1-1/+1 Multiline insert errors gave a exit code of 0, now correctly propagated.