add keychain
This commit is contained in:
parent
b0cf8d5fb1
commit
6ecc1ab582
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,9 @@ function precmd() {echo -n -e "\a"}
|
||||||
# do not share history between terms...
|
# do not share history between terms...
|
||||||
unsetopt share_history
|
unsetopt share_history
|
||||||
|
|
||||||
|
# Load keychain
|
||||||
|
keychain -q
|
||||||
|
|
||||||
# Everyday aliases
|
# Everyday aliases
|
||||||
cless() {for a in $@; do colorize_via_pygmentize $a | less; done}
|
cless() {for a in $@; do colorize_via_pygmentize $a | less; done}
|
||||||
e() {emacsclient -n $@ > /dev/null 2>&1}
|
e() {emacsclient -n $@ > /dev/null 2>&1}
|
||||||
|
|
@ -27,4 +30,3 @@ export PATH=$HOME/.scripts:$PATH
|
||||||
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
||||||
export WATCH=all
|
export WATCH=all
|
||||||
export WATCHFMT="%n has %a %l from %M"
|
export WATCHFMT="%n has %a %l from %M"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue