mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
fish: Remove .cargo from $PATH
Rust programs are easy enough to install The Nix Way so there's no real reason to put .cargo in $PATH, especially when programs that have dependencies like openssl won't work this way.
This commit is contained in:
parent
2bd7a0cef9
commit
ff2caf7354
@ -7,7 +7,7 @@
|
||||
shellInit = /* fish */ ''
|
||||
set -U fish_greeting ""
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$HOME/.npm-packages/bin:$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.npm-packages/bin:$HOME/.local/bin:$PATH"
|
||||
export NODE_PATH="$HOME/.npm-packages/lib/node_modules"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export TERMCMD="kitty --single-instance"
|
||||
|
Loading…
Reference in New Issue
Block a user