Skip to content

Commit

Permalink
add: nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYoLin committed Aug 12, 2018
1 parent c0fcf74 commit d79461e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ source $BASH_IT/bash_it.sh
if [ -n "$cur" ]; then gcmd='grep "^$cur"' ; else gcmd=cat ; fi


export NVM_DIR="~/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

# cd with ls
function cd {
builtin cd "$@" && ls -F
Expand Down Expand Up @@ -200,3 +197,6 @@ PATH="$PATH:/home/chunyo/.local/riscv/riscv32-unknown-elf/bin"

LLVM_CONFIG="/usr/lib/llvm-3.8/bin/llvm-config"
export PATH="/home/chunyo/anaconda3/bin:$PATH"

export NVM_DIR="/home/chunyo/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

0 comments on commit d79461e

Please sign in to comment.