feat: try out walker
This commit is contained in:
parent
8952984da2
commit
baa0921be0
8 changed files with 152 additions and 3 deletions
|
|
@ -94,6 +94,11 @@ Linux)
|
|||
[ -f "$fzf_themes/$theme" ] && {
|
||||
ln -sf "$fzf_themes/$theme" "$fzf_themes/theme"
|
||||
}
|
||||
|
||||
walker_themes="$cfg/walker/themes"
|
||||
[ -d "$walker_themes/$theme" ] && {
|
||||
ln -sfn "$walker_themes/$theme" "$walker_themes/active"
|
||||
}
|
||||
fi
|
||||
;;
|
||||
Darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue