diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-07 15:49:48 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-13 18:12:49 +0200 |
| commit | 502d7bc90318b99c9809f3831a2fd62a5c795471 (patch) | |
| tree | 85ba77dd51a49391a7ab6832ae513f2cb67eb5f5 | |
| parent | 00abbd305e5041a10fda0fee44a8ab94a1827427 (diff) | |
| download | dotfiles-502d7bc90318b99c9809f3831a2fd62a5c795471.tar.gz dotfiles-502d7bc90318b99c9809f3831a2fd62a5c795471.zip | |
bash: upgrade the default node
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head - source_maybe "$HOME/.cargo/env" # SUSE -export NODE_VERSION="8" +export NODE_VERSION="10" # Finally RVM requires it to be the last thing on the PATH for whatever reason. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" |
