]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
zprofile: always prefer user bin dirs
[dotfiles.git] / base / .zshrc
index 488abbd206fa220168ba89e6bd74b8680cd62996..4ee5000671f45982847d3b7a4ba1c643e316517f 100644 (file)
@@ -1,15 +1,11 @@
 ### options
 ### 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
 
 ### imports
 autoload -Uz zmv
@@ -28,6 +24,13 @@ export HISTSIZE=1000
 export SAVEHIST=1000
 ## python
 export PYTHONSTARTUP=~/.pythonrc
 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
 
 ### keys
 bindkey -v
This page took 0.032898 seconds and 4 git commands to generate.