From 4ec3fa1e228580eda5ff8268e3e7a641a8714316 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 18 Apr 2018 16:07:15 -0700 Subject: [PATCH 1/3] Fix tab completion of usernames. --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0a31fe4..3f95ff9 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -33,6 +33,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi +# Change defaults from prezto +unsetopt cdablevars + # .profile is universal # but after zprezto to use/override anything setup there . ~/.profile From 32a1c18c5d1f98530c3aeb49be0cb250eb28cb07 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 18 Apr 2018 16:07:34 -0700 Subject: [PATCH 2/3] Add compose key. --- dotfiles/xsessionrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xsessionrc b/dotfiles/xsessionrc index 4330b1a..5f9bbfe 100644 --- a/dotfiles/xsessionrc +++ b/dotfiles/xsessionrc @@ -1,4 +1,4 @@ -setxkbmap -option ctrl:nocaps +setxkbmap -option ctrl:nocaps -option compose:ralt test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd & test -f "$HOME/.env" && "$HOME/.env" test -f "$HOME/.profile" && . "$HOME/.profile" From f028c2f320ea9d7691ff06eb1ffc1d746823a5fc Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 18 Apr 2018 16:07:50 -0700 Subject: [PATCH 3/3] Fix SSH to github when ndots=2. --- dotfiles/ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index d738db0..abfcbf4 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -17,3 +17,6 @@ Host warzone Hostname warzone.shadowcats.club Port 22 User matir + +Host github.com + Hostname ssh.github.com