From c6e91e6e1c957096d7a3e42bb0e5d541c6f1a62a Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Sat, 5 Jun 2021 23:30:52 +0200 Subject: [PATCH] Fish: add ~/.local/bin to $PATH --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 75b4800..f5ce88b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,7 +3,7 @@ set -x PAGER less set -x fish_prompt_pwd_dir_length 1 set -x fish_greeting '' set fish_complete_path $fish_complete_path /usr/share/fish/competions -set PATH $PATH ~/.local/usr/bin ~/.cargo/bin +set PATH $PATH ~/.local/usr/bin ~/.cargo/bin ~/.local/bin # This file is run by all fish instances. # To include configuration only for login shells, use