✨ Updated scripts
This commit is contained in:
parent
eef4fdf99c
commit
d0aead5a9c
14 changed files with 386 additions and 99 deletions
8
scripts/rdir
Executable file
8
scripts/rdir
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# A simple bookmarking alias used in conjunction with sdir and our $HOME/.aliases file to bookmark our current directory to be returned to later using rdir.
|
||||
|
||||
# grabs the current $sdir environment variable
|
||||
source $HOME/.zshrc
|
||||
|
||||
cd $sdir
|
||||
Loading…
Add table
Add a link
Reference in a new issue