X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.zsh%2Fzshrc%2F99_TODO;h=b0084cefba78fe12d0104df371d54e4fd2e4322e;hb=6a3fd78bbaeda0aa6761a03dbf21217d441a812f;hp=4a9cba5e5c57fcb47d0704a2865d9db655eeb779;hpb=e7aef48f33e934106d1a50201d9f098f9886d7ec;p=zsh.git diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 4a9cba5..b0084ce 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -11,7 +11,7 @@ ldir() { eval hash -d $1="$PWD"; cd .; } -alias Q='exec zsh' +alias Q='exec zsh -$-' alias ozsh='ZDOTDIR=$HOME/.etc/zsh.migrated exec zsh' # do not clobber files with > @@ -31,6 +31,8 @@ setopt no_bgnice setopt nohup # do alert me of running jobs before exiting setopt checkjobs +# display PID when suspending processes as well +setopt longlistjobs # disable backslashed escape sequences unless -e is given to echo setopt bsd_echo