This commit is contained in:
DeveloperDurp 2025-10-18 07:01:03 -05:00
parent 221669814f
commit acb624c20a
10 changed files with 39 additions and 8 deletions

View file

@ -1 +1 @@
Some(900000)
None

View file

@ -1,3 +1,3 @@
{
Terminal: "kitty",
Terminal: "cosmic-term",
}

View file

@ -83,9 +83,9 @@ goland-new() {
if [[ $dir == *'dotnet'* ]]; then
/home/user/.local/share/JetBrains/Toolbox/apps/rider/bin/rider $dir &
elif [[ $dir == *'go'* ]]; then
/home/user/.local/share/JetBrains/Toolbox/apps/goland/bin/goland $dir &
/home/user/.local/share/JetBrains/Toolbox/scripts/goland $dir &
elif [[ $dir == *'devops'* ]]; then
/home/user/.local/share/JetBrains/Toolbox/apps/goland/bin/goland $dir &
/home/user/.local/share/JetBrains/Toolbox/scripts/goland $dir &
fi
#sleep 1 && /home/user/.local/share/JetBrains/Toolbox/apps/goland/bin/goland $dir &
}