fixed paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export PATH="./node_modules/.bin;$PATH"
|
export PATH="./node_modules/.bin:$PATH"
|
||||||
|
|
||||||
if [ -e "$HOME/.cargo/bin" ]; then
|
if [ -e "$HOME/.cargo/bin" ]; then
|
||||||
export PATH="$HOME/.cargo/bin;$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
fi
|
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