From 52751ee989f8725647c8098aa221ac9281b305e0 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 8 Jul 2021 20:26:28 +0800 Subject: [PATCH] [misc] add ~/Nextcloud/bin to path --- cli/fish/config.fish | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cli/fish/config.fish b/cli/fish/config.fish index faed575..f9d3337 100644 --- a/cli/fish/config.fish +++ b/cli/fish/config.fish @@ -57,7 +57,7 @@ if status is-interactive end # === PATH and file sourcing - append_paths ~/go/bin ~/bin ~/.local/bin ~/.yarn/bin ~/dotfiles/bin ~/dotfiles/devops/bin + append_paths ~/go/bin ~/bin ~/.local/bin ~/.yarn/bin ~/dotfiles/bin ~/dotfiles/devops/bin ~/Nextcloud/bin source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \ ~/.jabba/jabba.fish \ ~/.asdf/asdf.fish \ @@ -65,13 +65,5 @@ if status is-interactive # === auto cd into last activated directory test "$PWD" = "$HOME" && cd $last_pwd - - #if test -n "$TMUX" - #function ssh - #tmux rename-window $argv[-1] - #command ssh $argv - #tmux setw automatic-rename - #end - #end end