mirror of
https://github.com/notwa/rc
synced 2024-11-05 05:59:04 -08:00
Connor Olding
d35c492850
* use /usr/bin/env for all hashbangs * enable hashall for bash * workaround syntax error in -shrc for bash
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
# from https://github.com/sorin-ionescu/prezto/
|
|
awk "{ print ${(j:,:):-\$${^@}} }"
|