need another beer

This commit is contained in:
2022-04-30 20:07:44 +03:00
parent c1159c1b51
commit f952285846

View File

@@ -6,7 +6,7 @@ USERNAME="konsthol"
#MENU='rofi -theme-str 'window {width: 400px; height: 200px;}' -dmenu -i -p repoToDelete' #MENU='rofi -theme-str 'window {width: 400px; height: 200px;}' -dmenu -i -p repoToDelete'
MENU="rofi -dmenu -i -p repoToDelete" MENU="rofi -dmenu -i -p repoToDelete"
[[ "$OSTYPE" != "linux-gnu" ]] && MENU="fzf -i --prompt=repoToDelete" [[ -n "$SSH_TTY" ]] && MENU="fzf -i --prompt=repoToDelete"
NAME="${0##*/}" NAME="${0##*/}"