4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/sh
|
||
|
# more usage instructions at https://github.com/clvv/fasd
|
||
|
eval "$(fasd --init auto)"
|