mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
* 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
|