Compare commits
2 Commits
3eaddcfb7c
...
4334c8c03b
Author | SHA1 | Date | |
---|---|---|---|
4334c8c03b
|
|||
5dbd41d75b
|
4
zsh.d/goenv.zsh
Normal file
4
zsh.d/goenv.zsh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Enable goenv if it is installed
|
||||||
|
if (( $+commands[goenv] )); then
|
||||||
|
eval "$(goenv init -)"
|
||||||
|
fi
|
@@ -1,7 +1,7 @@
|
|||||||
# Option adjustments
|
# Option adjustments
|
||||||
unsetopt nomatch
|
unsetopt nomatch
|
||||||
|
|
||||||
# Swap CAPSLOCK and ESC
|
# Swap CAPSLOCK and ESC (keyd is a better option)
|
||||||
setxkbmap -option caps:swapescape
|
setxkbmap -option caps:swapescape
|
||||||
|
|
||||||
# conf.d style configurations
|
# conf.d style configurations
|
||||||
|
Reference in New Issue
Block a user