5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# TODO: needs fixing...?
|
|
[ -f "$HOME/.fzf.bash" ] && source "$HOME/.fzf.bash" && $(__fzf_cd__)
|