move $PATH to ~/.profile so i3 can access it
This commit is contained in:
11
i3/.profile
Normal file
11
i3/.profile
Normal 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
|
Reference in New Issue
Block a user