X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..5ae01fb9757e470c34d5d6e2c71e0c669c2ff434:/.zsh/zshrc/99_TODO 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