summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-24 15:52:26 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-24 15:52:26 +0200
commit78fb669d86035117d2a6ac861fe415892e922717 (patch)
tree8cc36666fbb47b38d5a83f14ed94a011c063dfba /.profile
parentupdate (diff)
downloaddotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.gz
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.bz2
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.xz
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.zst
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.zip
update
Diffstat (limited to '')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 046b42e..f4035a3 100644
--- a/.profile
+++ b/.profile
@@ -19,6 +19,8 @@
# set ENV to a file invoked each time sh is started for interactive use.
export ENV=$HOME/.config/env
+# export PATH="$HOME"/.local/bin:"$HOME"/.local/bin/status:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH"
+
# Let sh(1) know it's at home, despite /home being a symlink.
if [ "$PWD" != "$HOME" ] && [ "$PWD" -ef "$HOME" ] ; then cd ; fi