This commit is contained in:
David Tomaschik
2018-04-23 22:12:14 -07:00
3 changed files with 5 additions and 1 deletions

View File

@@ -17,3 +17,6 @@ Host warzone
Hostname warzone.shadowcats.club Hostname warzone.shadowcats.club
Port 22 Port 22
User matir User matir
Host github.com
Hostname ssh.github.com

View File

@@ -1,4 +1,4 @@
setxkbmap -option ctrl:nocaps setxkbmap -option ctrl:nocaps -option compose:ralt
test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd & test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd &
test -f "$HOME/.env" && "$HOME/.env" test -f "$HOME/.env" && "$HOME/.env"
test -f "$HOME/.profile" && . "$HOME/.profile" test -f "$HOME/.profile" && . "$HOME/.profile"

View File

@@ -34,6 +34,7 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi fi
# Overrides to prezto # Overrides to prezto
unsetopt cdablevars
# No groupings of completions # No groupings of completions
zstyle ':completion:*' format '' zstyle ':completion:*' format ''