feat(fuzzel): try it out
This commit is contained in:
parent
c6d82a0dde
commit
996d81afb4
4 changed files with 59 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ Linux)
|
|||
ln -sf "$fzf_themes/$theme" "$fzf_themes/theme"
|
||||
}
|
||||
|
||||
fuzzel_themes="$cfg/fuzzel/themes"
|
||||
[ -f "$fuzzel_themes/$theme.ini" ] && {
|
||||
ln -sf "$fuzzel_themes/$theme.ini" "$fuzzel_themes/theme.ini"
|
||||
}
|
||||
|
||||
fi
|
||||
;;
|
||||
Darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue