fish: Add cabal binary install location to PATH
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
6c182f7301
commit
4e87559634
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
set PATH {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin $PATH
|
set PATH {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH
|
||||||
set -gx TERM tmux-256color
|
set -gx TERM tmux-256color
|
||||||
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
|
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue