diff options
| author | 2020-05-06 18:41:01 +0530 | |
|---|---|---|
| committer | 2020-05-06 18:41:01 +0530 | |
| commit | 4832fc5fe1297f1241310f2453b850c72743e1bd (patch) | |
| tree | 47c27a2f7309e9b1a5874df55635e383e667ac71 /plugins/.nnn-plugin-helper | |
| parent | c8ecf06c515054595ac1dfa34989a3a7d26373ce (diff) | |
| download | nnn-4832fc5fe1297f1241310f2453b850c72743e1bd.tar.gz | |
Drop fzy support
Diffstat (limited to 'plugins/.nnn-plugin-helper')
| -rw-r--r-- | plugins/.nnn-plugin-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/.nnn-plugin-helper b/plugins/.nnn-plugin-helper index 0f74fc7..bcb9649 100644 --- a/plugins/.nnn-plugin-helper +++ b/plugins/.nnn-plugin-helper @@ -15,7 +15,7 @@ export CUR_CTX ## Ask nnn to switch to directory $1 in context $2. ## If $2 is not provided, the function asks explicitly. nnn_cd () { - dir=$1 + dir="$1" if [ -z "$NNN_PIPE" ]; then echo "No pipe file found" 1>&2 |