feat(sway): add config for swaywm; add filetype to zsh config

This commit is contained in:
mitchell 2026-07-25 15:47:36 -04:00
parent 080e4fcd5f
commit 061b0923bc
3 changed files with 243 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# vim: ft=zsh
export EDITOR='nvim'
export DIFFPROG='delta'

View file

@ -1,3 +1,4 @@
# vim: ft=zsh
# --- History ---
HISTFILE=~/.histfile
HISTSIZE=1000