diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-29 21:06:29 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-29 21:06:29 +0700 |
commit | 5d465233d88b3372c29ee148fe1e2676b7925b4d (patch) | |
tree | 5efcb60fd8b255c6307f04e0803674d238743e73 /debian | |
parent | ab2431a25bf96b7782d97b2fbf2989cec01806dc (diff) | |
download | dotfiles-5d465233d88b3372c29ee148fe1e2676b7925b4d.tar.gz |
Update 2018-10-29
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.profile b/debian/.profile index 18894f4..bab962f 100644 --- a/debian/.profile +++ b/debian/.profile @@ -16,7 +16,7 @@ if [ -n "$BASH_VERSION" ]; then fi fi -PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$HOME/.cargo/bin:$PATH" export MANPATH="$HOME/.local/share/man:$MANPATH" export GOPATH="$HOME/.local/share/go" export XMODIFIERS=@im=ibus |