Compare commits

...

2 Commits

Author SHA1 Message Date
daniel 4334c8c03b Update comment 2025-04-30 08:55:18 -05:00
daniel 5dbd41d75b Add goenv init zsh script 2025-04-30 08:54:11 -05:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
# Enable goenv if it is installed
if (( $+commands[goenv] )); then
eval "$(goenv init -)"
fi
+1 -1
View File
@@ -1,7 +1,7 @@
# Option adjustments
unsetopt nomatch
# Swap CAPSLOCK and ESC
# Swap CAPSLOCK and ESC (keyd is a better option)
setxkbmap -option caps:swapescape
# conf.d style configurations