initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PATH="$PATH:$PWD/target/debug/"
|
||||
pid=( $(ps -o ppid) )
|
||||
|
||||
nav() {
|
||||
cd "$(navigate ${pid[-2]} $*)"
|
||||
}
|
||||
|
||||
push() {
|
||||
cd "$(navigate ${pid[-2]} push $*)"
|
||||
}
|
||||
|
||||
pop() {
|
||||
cd "$(navigate ${pid[-2]} pop $*)"
|
||||
}
|
||||
Reference in New Issue
Block a user