mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:29:04 -08:00
Connor Olding
d35c492850
* use /usr/bin/env for all hashbangs * enable hashall for bash * workaround syntax error in -shrc for bash
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
dbusiest | read -r c d
|
|
[ -z $c ] && return 1
|
|
<<<"$c $d"
|
|
cd $d
|