fidget background fix, org-bullets
This commit is contained in:
parent
7f54fe973e
commit
b392cc4135
4 changed files with 24 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
if [[ $# -eq 1 ]]; then
|
||||
selected=$1
|
||||
else
|
||||
selected=$(find ~/.config ~/gits ~/uni ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
selected=$(find ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf)
|
||||
fi
|
||||
|
||||
if [[ -z "$selected" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue