From 7cb81fe9bfcaa35aee5dffd5ac635085954cb3cc Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 18 Jan 2022 14:43:57 +0100 Subject: [PATCH] Change PATH --- tree/.config/fish/config.fish.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tree/.config/fish/config.fish.tpl b/tree/.config/fish/config.fish.tpl index f3dbcc1..60612a5 100644 --- a/tree/.config/fish/config.fish.tpl +++ b/tree/.config/fish/config.fish.tpl @@ -1,4 +1,4 @@ -set -x PATH $PATH $HOME/.cargo/bin $HOME/.local/bin $HOME/Projekt/sh +set -x PATH $HOME/.local/bin $HOME/.cargo/bin $PATH set -x GPG_TTY (tty) set -x BROWSER firefox set -x EDITOR nvim @@ -32,4 +32,6 @@ abbr --add gstp git stash pop fish_vi_key_bindings +zoxide init fish | source + starship init fish | source