move $PATH to ~/.profile so i3 can access it

This commit is contained in:
2023-03-11 14:07:43 +01:00
parent 16ba012e57
commit af72939279
3 changed files with 15 additions and 10 deletions

11
i3/.profile Normal file
View File

@ -0,0 +1,11 @@
export GOPATH="~/go";
export PATH=$GOPATH/bin:$PATH
export PATH=/opt/dart-sdk/bin:$PATH
export PATH=~/dev/flutter/bin:$PATH
export PATH=~/.config/emacs/bin:$PATH
export PATH=~/.cargo/bin:$PATH
export PATH=~/perl5/bin:$PATH
export PATH=~/.local/bin:$PATH
export PATH=~/.config/i3/scripts:$PATH