aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-09-18 18:17:48 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-09-18 18:17:48 +0000
commit2a53d13112422812fe30d54aac360b2d9dd29f22 (patch)
treed78ec889dcb1d107ce9665a2ede42659409e222a /.profile
parent7fe37e1e6554d0818219585e7c7391a28a81225c (diff)
downloaddotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar.gz
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar.bz2
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar.lz
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar.xz
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.tar.zst
dotfiles-2a53d13112422812fe30d54aac360b2d9dd29f22.zip
Improve enviorment
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 2755d19..31be1bb 100644
--- a/.profile
+++ b/.profile
@@ -22,6 +22,6 @@ XDG_CURRENT_DESKTOP=sway; export XDG_CURRENT_DESKTOP;
XDG_SESSION_DESKTOP=sway; export XDG_SESSION_DESKTOP;
GPG_TTY="$(tty)" export GPG_TTY;
-PATH="$PATH:$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin";
+PATH="$PATH:$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin";