dotfiles/i3/.profile
2023-03-13 13:32:58 +01:00

12 lines
299 B
Bash

export GOPATH="$HOME/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