fix typo
This commit is contained in:
parent
f9cdf751fb
commit
7a3aae6d09
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ unsetopt share_history
|
|||
keychain -q --agents ssh id_rsa id_dsa
|
||||
|
||||
# Everyday aliases
|
||||
c-cat( ) {for a in $@; do colorize_via_pygmentize $a; done}
|
||||
c-cat() {for a in $@; do colorize_via_pygmentize $a; done}
|
||||
c-less() {for a in $@; do colorize_via_pygmentize $a | less; done}
|
||||
e() {emacsclient -n $@ > /dev/null 2>&1}
|
||||
health() {/usr/bin/screen -O -S health -c ~/.config/screen_health}
|
||||
|
|
|
|||
Loading…
Reference in a new issue