From 0b288f90a977fc357d9172cb85887b2825d87dfe Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Mon, 14 Oct 2019 14:06:32 +0200 Subject: [PATCH] Change capslock to escape --- dotfiles/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 84c145b..76cbae2 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,4 +1,4 @@ -if [ -f ~/.bash_profile ]; then +if [ -f ~/.bash_profile ]; then source ~/.bash_profile; fi @@ -68,5 +68,5 @@ PS1="(%*) %F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# " # https://wiki.gen setopt autocd # Change directory without typing "cd" in front of it. alias scp='noglob scp' # Allows wildcards in scp commands alias rsync='noglob rsync' # Allows wildcards in rsync commands - +setxkbmap -option caps:escape # Change capslock key to escape zstyle ':completion:*' rehash true # Find new executables for autcompletion