aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/shell/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/profile.sh')
-rw-r--r--shell/profile.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/profile.sh b/shell/profile.sh
new file mode 100644
index 0000000..bde5867
--- /dev/null
+++ b/shell/profile.sh
@@ -0,0 +1,6 @@
+# Path
+PATH=$PATH:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin
+
+# Exports
+export DOTFILES="${HOME}/dotfiles"
+export FZF_BASE="${HOME}/dotfiles/fzf" \ No newline at end of file