add jetbrains scripts to profile files
This commit is contained in:
parent
8c1fdf99bc
commit
7bc2523421
2 changed files with 10 additions and 0 deletions
|
@ -34,3 +34,8 @@ export PATH="$PATH:~/.local/share/flatpak/exports/bin/"
|
|||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:~/.local/lib/"
|
||||
|
||||
#sway
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
|
|
|
@ -66,3 +66,8 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/home/simono41/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
|
|
Loading…
Reference in a new issue