mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Updated as per KDENeon settings
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -196,6 +196,6 @@ if [[ -f ~/.gosetup ]]; then
|
||||
source ~/.gosetup
|
||||
fi
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -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
|
||||
if [[ -f ~/.neon_alias ]]; then
|
||||
source ~/.neon_alias
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user