mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(fastfile): use idiomatic expressions (#12708)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user