chore: moved projects chooser pop up

This commit is contained in:
2023-02-22 13:21:28 +00:00
parent f5b595b5d8
commit 9d02f556c6

View File

@@ -1,4 +0,0 @@
#!/bin/bash
selected=$(ls ~/projects/ | rofi -dmenu -p "Open: ")
alacritty -e fish -c "cd ~/projects/$selected; nvim . ;fish"