update
This commit is contained in:
parent
221669814f
commit
acb624c20a
10 changed files with 39 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
true
|
||||
false
|
||||
|
|
@ -1 +1 @@
|
|||
Some(900000)
|
||||
None
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
Terminal: "kitty",
|
||||
Terminal: "cosmic-term",
|
||||
}
|
||||
|
|
@ -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 &
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue