fixed paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH="./node_modules/.bin;$PATH"
|
||||
export PATH="./node_modules/.bin:$PATH"
|
||||
|
||||
if [ -e "$HOME/.cargo/bin" ]; then
|
||||
export PATH="$HOME/.cargo/bin;$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
fi
|
||||
|
||||
5
bash.d/20-commands.sh
Normal file
5
bash.d/20-commands.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function gr() {
|
||||
cd "$(git rev-parse --show-toplevel)" || return
|
||||
}
|
||||
Reference in New Issue
Block a user