refactor: reorganize setopts in lib folder

This commit is contained in:
Marc Cornellà 2023-02-24 20:55:31 +01:00
commit 277f38212a
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
3 changed files with 4 additions and 7 deletions

View file

@ -15,8 +15,9 @@ if [[ $DISABLE_MAGIC_FUNCTIONS != true ]]; then
done
fi
## jobs
setopt long_list_jobs
setopt multios # enable redirect to multiple streams: echo >file1 >file2
setopt long_list_jobs # show long list format job notifications
setopt interactivecomments # recognize comments
env_default 'PAGER' 'less'
env_default 'LESS' '-R'
@ -30,6 +31,3 @@ if (( $+commands[ack-grep] )); then
elif (( $+commands[ack] )); then
alias afind='ack -il'
fi
# recognize comments
setopt interactivecomments