fix(fastfile): use idiomatic expressions (#12708)

master
gsspdev 2 years ago committed by GitHub
parent a72a26406a
commit ec3cb127b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      plugins/fastfile/fastfile.plugin.zsh

@ -5,8 +5,8 @@
# If they are not set yet, they will be # If they are not set yet, they will be
# overwritten with their default values # overwritten with their default values
default fastfile_dir "${HOME}/.fastfile" fastfile_dir="${fastfile_dir:-${HOME}/.fastfile}"
default fastfile_var_prefix " fastfile_var_prefix="${fastfile_var_prefix:-§}"
########################### ###########################
# Impl # Impl

Loading…
Cancel
Save