aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.config
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.config')
-rwxr-xr-xzsh/.config/zsh/.zshrc2
-rwxr-xr-xzsh/.config/zsh/path1
2 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 879967f..4f289da 100755
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -22,3 +22,5 @@ for file in ~/.config/zsh/{aliases,path,extras}; do
source "$file"
fi
done
+
+eval "$(twm --print-zsh-completion)"
diff --git a/zsh/.config/zsh/path b/zsh/.config/zsh/path
index ef41549..51ae869 100755
--- a/zsh/.config/zsh/path
+++ b/zsh/.config/zsh/path
@@ -8,6 +8,7 @@ add_to_path() {
}
# Add ghq to PATH
+add_to_path "$HOME/.volta/bin"
add_to_path "$GOPATH/bin"
add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin"