summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-10-23 22:03:26 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-10-23 22:03:26 +1100
commit8b7cbf6d5f893f9d8fab747a694a301aeee6e02c (patch)
tree7d90e080388fc95bbb0e80927c3350cdd7deb00c
parentfff55be63194c4e78815e4c162d8edf1b19d70cd (diff)
cleanup
-rwxr-xr-xfff2
1 files changed, 1 insertions, 1 deletions
diff --git a/fff b/fff
index 296a6b0..b4810de 100755
--- a/fff
+++ b/fff
@@ -118,7 +118,7 @@ key() {
main() {
shopt -s nocaseglob nullglob checkwinsize
mkdir -p ~/.cache/fff/bin/
- [[ -d "$1" ]] && path "$1"; refresh; get_dir; f_print
+ [[ -d $1 ]] && path "$1"; refresh; get_dir; f_print
trap "refresh; printf '\\e[m\\e[?25h\\e[?7h'" EXIT
trap 'refresh; f_print' SIGWINCH