parent
4224c2a1af
commit
2fb326513a
10
lib/misc.zsh
10
lib/misc.zsh
@ -1,6 +1,10 @@
|
|||||||
## smart urls
|
## Load smart urls if available
|
||||||
autoload -U url-quote-magic
|
for d in $fpath; do
|
||||||
zle -N self-insert url-quote-magic
|
if [[ -e "$d/url-quote-magic"]]; then
|
||||||
|
autoload -U url-quote-magic
|
||||||
|
zle -N self-insert url-quote-magic
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
## jobs
|
## jobs
|
||||||
setopt long_list_jobs
|
setopt long_list_jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user