yash initialization

This commit is contained in:
yosh 2023-09-12 23:32:24 -04:00
parent a723f26072
commit 055ac9cecd
1 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,15 @@ unset _prompt_flags
set -o vi
set -o le-predict
set -o le-no-conv-meta # fix utf8
set -o notify-le
set -o no-unset
set -o brace-expand
# ensure job control works as expected
case $- in (*m*)
trap - TSTP TTIN TTOU
esac
# keybinds {{{
# adding functionality {{{