diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2025-02-04 08:49:17 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2025-02-04 08:49:17 +0100 |
| commit | e3c448b2b6351d1886ef2b7a716fd1662ea366df (patch) | |
| tree | 192fa3db4ecb5343719c05fc95ecebbce42039df /zsh/.config | |
| parent | 3a744e43f385df37c41cbce9d73f369ac15efe1d (diff) | |
| download | dotfiles-e3c448b2b6351d1886ef2b7a716fd1662ea366df.tar.gz dotfiles-e3c448b2b6351d1886ef2b7a716fd1662ea366df.zip | |
small adjustments
Diffstat (limited to 'zsh/.config')
| -rwxr-xr-x | zsh/.config/zsh/.zshrc | 2 | ||||
| -rwxr-xr-x | zsh/.config/zsh/path | 1 |
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" |
