diff options
Diffstat (limited to 'misc.zsh')
-rw-r--r-- | misc.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,4 +3,7 @@ autoload -U url-quote-magic zle -N self-insert url-quote-magic ## file rename magick -bindkey "^[m" copy-prev-shell-word
\ No newline at end of file +bindkey "^[m" copy-prev-shell-word + +## jobs +setopt long_list_jobs
\ No newline at end of file |