Skip to content

Commit

Permalink
scpなどで接続する際に邪魔なので、node.js起動時に標準出力を/dev/nullへ出す
Browse files Browse the repository at this point in the history
  • Loading branch information
shim0mura committed Dec 30, 2011
1 parent f14b87e commit eec722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
if [ -e ~/work/node.js/.nvm/nvm.sh ]
then
. ~/work/node.js/.nvm/nvm.sh
nvm use "v0.6.6"
nvm use "v0.6.6" 2>&1 /dev/null
fi

export HISTSIZE=300000
Expand Down

0 comments on commit eec722f

Please sign in to comment.