From 747bc7becd112ad1d7845a99c7f105e9c6325ab6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 23 May 2022 21:56:45 -0700 Subject: [PATCH] Updates on arch --- dotfiles/Xkbmap | 1 + dotfiles/zshrc | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 dotfiles/Xkbmap diff --git a/dotfiles/Xkbmap b/dotfiles/Xkbmap new file mode 100644 index 0000000..154e66b --- /dev/null +++ b/dotfiles/Xkbmap @@ -0,0 +1 @@ +-option ctrl:nocaps -option compose:ralt diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 009e84d..a8bb639 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -106,6 +106,8 @@ if [[ $- == *i* ]] ; then # Virtualenvwrapper if test -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ; then source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh + elif test -f /usr/bin/virtualenvwrapper_lazy.sh ; then + source /usr/bin/virtualenvwrapper_lazy.sh fi if command ls --version >/dev/null 2>&1 ; then alias ls="$(whence -p ls) --color=auto -C"