dotfiles/.config/shell/rc.d/enable-fasd-hook.sh

4 lines
95 B
Bash
Raw Normal View History

2019-06-05 14:44:15 +00:00
#!/bin/sh
2019-07-24 05:33:28 +00:00
# more usage instructions at https://github.com/clvv/fasd
2019-06-05 14:44:15 +00:00
eval "$(fasd --init auto)"