Преглед изворни кода

Remove trailing spaces

master
Arun Prakash Jana пре 4 година
родитељ
комит
9e3bd377b0
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      plugins/fzcd

+ 3
- 3
plugins/fzcd Прегледај датотеку

@@ -24,14 +24,14 @@ if [ -n "$sel" ]; then
# by fzf command is absolute
case $sel in
/*) nnn_cd "$sel" ;;
*)
*)
# Remove "./" prefix if it exists
sel="${sel#./}"
if [ "$PWD" = "/" ]; then
nnn_cd "/$sel"
else
nnn_cd "$PWD/$sel"
fi;;
esac
esac
fi

Loading…
Откажи
Сачувај