We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7963 commit 61228c0Copy full SHA for 61228c0
.bashrc
@@ -56,16 +56,9 @@ fi
56
if hash vim 2>/dev/null; then
57
export EDITOR=vim
58
fi
59
-export PATH=$THIS_DIR/bin:$HOME/bin:$HOME/.local/bin:$PATH
+export PATH=$THIS_DIR/bin:$PATH
60
export TMP=/tmp
61
export TEMP=/tmp
62
-if ! [ -v N_PREFIX ]; then
63
- N_PREFIX=$HOME/.n
64
- if [ -d "$N_PREFIX" ]; then
65
- export PATH=$N_PREFIX/bin:$PATH
66
- export N_PREFIX
67
- fi
68
-fi
69
if [ -d "$HOME"/.dotnet/tools ] && ! [[ $PATH =~ "$HOME"/.dotnet/tools ]]; then
70
export PATH=$PATH:$HOME/.dotnet/tools
71
@@ -158,4 +151,3 @@ else
158
151
159
152
160
153
161
-
0 commit comments