u
This commit is contained in:
parent
9991ba4f63
commit
c3680acc21
@ -59,6 +59,7 @@ then
|
|||||||
mv $Homepath/.ssh/authorized_keys $Homepath/.ssh/authorized_keys.backup
|
mv $Homepath/.ssh/authorized_keys $Homepath/.ssh/authorized_keys.backup
|
||||||
fi
|
fi
|
||||||
ln -s $SourcePath/authorized_keys $HomePath/.ssh/authorized_keys
|
ln -s $SourcePath/authorized_keys $HomePath/.ssh/authorized_keys
|
||||||
|
echo "Linked authorized_keys"
|
||||||
|
|
||||||
echo "Applying $HomePath/.bashrc"
|
echo "Applying $HomePath/.bashrc"
|
||||||
source $HomePath/.bashrc
|
source $HomePath/.bashrc
|
||||||
|
@ -80,6 +80,11 @@ case "$TERM" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# nvm settings
|
||||||
|
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 ~/.bashrc_custom ]
|
if [ -f ~/.bashrc_custom ]
|
||||||
then
|
then
|
||||||
source ~/.bashrc_custom
|
source ~/.bashrc_custom
|
||||||
|
Loading…
Reference in New Issue
Block a user