switch to zsh

This commit is contained in:
2026-03-26 07:35:16 +01:00
parent d14538742a
commit b09c760ffc
23 changed files with 591 additions and 17 deletions
@@ -14,8 +14,8 @@ mouse_map ctrl+shift+right press ungrabbed combine : mouse_select_command_output
# disable the stupid notification
confirm_os_window_close 0
# set shell to fish
shell fish
# set shell to zsh
shell /bin/zsh
# hide_window_decorations yes
window_padding_width 10
@@ -45,4 +45,4 @@ map ctrl+minus change_font_size all -1
map ctrl+kp_subtract change_font_size all -1
map ctrl+0 change_font_size all 0
map ctrl+kp_0 change_font_size all 0
map ctrl+kp_0 change_font_size all 0
@@ -14,8 +14,8 @@ mouse_map ctrl+shift+right press ungrabbed combine : mouse_select_command_output
# disable the stupid notification
confirm_os_window_close 0
# set shell to fish
shell fish
# set shell to zsh
shell /bin/zsh
# hide_window_decorations yes
window_padding_width 10