Adds some import only files or comparison.
This commit is contained in:
12
.bashrc
12
.bashrc
@@ -75,6 +75,7 @@ esac
|
||||
|
||||
## Begin .rc.d stuff
|
||||
|
||||
PATH="/home/tom/Android/android-studio/bin:$PATH"
|
||||
## Source all scripts in ~/.rc.d
|
||||
for f in ~/.rc.d/*.sh; do
|
||||
source "$f"
|
||||
@@ -108,3 +109,14 @@ fi
|
||||
# PATH="$HOME/.local/bin:$PATH"
|
||||
# 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
|
||||
|
||||
|
||||
# Load Angular CLI autocompletion.
|
||||
source <(ng completion script)
|
||||
|
||||
# Initialize profile environment
|
||||
[ -f "$HOME/.init_profile" ] && . "$HOME/.init_profile"
|
||||
|
||||
Reference in New Issue
Block a user