fixed paths
This commit is contained in:
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