update
This commit is contained in:
parent
83d36260e9
commit
d2e4b239bd
13 changed files with 57 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue