fix: nvm and ctrl-c race condition
This commit is contained in:
@@ -8,4 +8,3 @@
|
|||||||
# References:
|
# References:
|
||||||
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
|
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
|
||||||
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/
|
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/
|
||||||
if [ -e /home/andrejus/.nix-profile/etc/profile.d/nix.sh ]; then . /home/andrejus/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
|
||||||
|
|||||||
@@ -1,4 +1 @@
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
function nvm
|
function nvm
|
||||||
bax source $NVM_DIR/nvm.sh ';' nvm $argv
|
replay source $NVM_DIR/nvm.sh ';' nvm $argv
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user