This commit is contained in:
DeveloperDurp 2025-12-27 15:29:27 -06:00
parent 83d36260e9
commit d2e4b239bd
13 changed files with 57 additions and 69 deletions

View file

@ -10,7 +10,7 @@ new() {
name=$(find "$HOME/Documents/gitlab" -mindepth 2 -maxdepth 2 -type d \
| awk -F/ '{print $(NF-1)"/"$NF}' \
| sort \
| wofi -dmenu -i -p "New Session" --columns 1)
| wofi --dmenu -i -p "New Session" --columns 1)
if [ -z "$name" ]; then
return
@ -61,7 +61,7 @@ goland-new() {
name=$(find "$HOME/Documents/gitlab" -mindepth 2 -maxdepth 2 -type d \
| awk -F/ '{print $(NF-1)"/"$NF}' \
| sort \
| wofi -dmenu -i -p "New JetBrains Session" --columns 1)
| wofi --dmenu -i -p "New JetBrains Session" --columns 1)
if [ -z "$name" ]; then
return