Swap CAPSLOCK and ESC
This commit is contained in:
3
zshenv
3
zshenv
@ -8,9 +8,6 @@ fpath+=(~/.zsh/completions)
|
||||
# Setup cargo
|
||||
[[ -s ~/.cargo/env ]] && source ~/.cargo/env
|
||||
|
||||
# Source machine-specific environment
|
||||
[[ -s ~/.zshenv.local ]] && source ~/.zshenv.local
|
||||
|
||||
# Local gems
|
||||
if (( $+commands[ruby] )); then
|
||||
local gem_bin_path="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin"
|
||||
|
Reference in New Issue
Block a user