Skip to content

Commit

Permalink
zshrc: swap caps/esc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuhala committed Jan 11, 2020
1 parent 17b08e3 commit f417016
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export ZSH=/home/$USER/.oh-my-zsh # Path to your oh-my-zsh installation.
export CONFIG=/home/$USER/.config/$USER
export ZSH=$HOME/.oh-my-zsh # Path to your oh-my-zsh installation.
export CONFIG=$HOME/.config/$USER

ZSH_THEME="clean"
DEFAULT_USER=$USER # Hide user from command prompt
Expand All @@ -10,3 +10,5 @@ source $CONFIG/alias.zsh
source $CONFIG/zsh/settings.zsh

export EDITOR='vim'
# swap caps/escape
setxkbmap -option caps:swapescape

0 comments on commit f417016

Please sign in to comment.