initial commit
This commit is contained in:
commit
d5ca23a06c
3 changed files with 36 additions and 0 deletions
17
bashrc
Normal file
17
bashrc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export SHELL_CONFIG="$SHELL_CONFIG:.bashrc"
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
source ~/.profile
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue