1 files changed, 17 insertions(+), 0 deletions(-)
A .zprofile
A .zprofile => .zprofile +17 -0
@@ 0,0 1,17 @@
+# .bash_profile
+export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')"
+
+
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CACHE_HOME="$HOME/.cache"
+
+export EDITOR="nvim"
+export TERIMNAL="foot"
+export BROWSER="qutebrowser"
+export READER="zathura"
+
+# Get the aliases and functions
+[ -f $HOME/.bashrc ] && . $HOME/.bashrc
+export PATH="$HOME/.cargo/bin:$PATH"
+