X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/7ddca96da6e30ad4b5a05c4804bf11911bd671eb..49c6c14fed5169940a4a0f0e37f2e2567358feb2:/base/.zshrc diff --git a/base/.zshrc b/base/.zshrc index 488abbd..4ee5000 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -1,15 +1,11 @@ ### options -setopt NO_BEEP NO_CLOBBER -## cd -setopt AUTO_CD CDABLE_VARS -## completion -setopt GLOB_COMPLETE -## globbing -setopt EXTENDED_GLOB GLOB_DOTS MARK_DIRS NOMATCH NUMERIC_GLOB_SORT -## jobs -setopt AUTO_CONTINUE LONG_LIST_JOBS -## history -setopt NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HIST_REDUCE_BLANKS +setopt NO_BEEP NO_CLOBBER \ + AUTO_CD CDABLE_VARS \ + EXTENDED_GLOB GLOB_DOTS GLOB_STAR_SHORT MARK_DIRS NUMERIC_GLOB_SORT \ + CORRECT_ALL INTERACTIVE_COMMENTS \ + GLOB_COMPLETE \ + AUTO_CONTINUE LONG_LIST_JOBS \ + NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HIST_REDUCE_BLANKS ### imports autoload -Uz zmv @@ -28,6 +24,13 @@ export HISTSIZE=1000 export SAVEHIST=1000 ## python export PYTHONSTARTUP=~/.pythonrc +## wayland/sway +# XXX: only do this if we're actually in wayland, but without a start script +export XDG_SESSION_TYPE=wayland +export QT_QPA_PLATFORM=wayland-egl +export QT_WAYLAND_DISABLE_WINDOWDECORATION=-1 +export SDL_VIDEODRIVER=wayland +export TERMINAL=footclient ### keys bindkey -v