develop#zsh: load some useful functions

This commit is contained in:
Timothy DeHerrera 2020-01-01 16:28:45 -07:00
parent 71600808b2
commit f69c5a59f1
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,3 +1,8 @@
# useful functions
autoload -Uz zmv zcalc zargs url-quote-magic bracketed-paste-magic
zle -N self-insert url-quote-magic
zle -N bracketed-paste bracketed-paste-magic
# tilde directories
hash -d \
nixos=/etc/nixos \