diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-07-31 00:18:43 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-07-31 00:18:43 +0000 |
commit | 027953164c8b9ec678789b41db99a29968c52158 (patch) | |
tree | 1efb6a860ca772a8a1d79fe007bac772017ce275 /.zshrc | |
parent | 21ff9bdeb9fb10ce81137e7791c31e4378f6ceee (diff) | |
download | dotfiles-027953164c8b9ec678789b41db99a29968c52158.tar.gz dotfiles-027953164c8b9ec678789b41db99a29968c52158.zip |
git: pathuniq-c
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ case "$OSTYPE" in # The next line enables shell command completion for gcloud. if [ -f '/home/tydavis/.gcloud/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tydavis/.gcloud/google-cloud-sdk/completion.zsh.inc'; fi - `eval ~/.local/bin/pathuniq-rs` + `eval ~/.local/bin/pathuniq` ;; dragonfly*|freebsd*|netbsd*|openbsd*) # No BSD yet |