Add source command for nix
The AUR package is sorta fucked, so have to install manually from their website for now
This commit is contained in:
parent
f4a688db3c
commit
e58a68bcd2
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# Load Programs
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh" # load
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
|
||||
|
||||
[ -d "$HOME/.nix-profile" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
|
||||
eval $(thefuck --alias)
|
||||
|
||||
|
|
Loading…
Reference in a new issue