aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/shell/profile.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-11 13:49:01 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-11 13:49:01 -0500
commit472a90047abbaeec80f4c332304017769ab31699 (patch)
treed42ff6141c47647bbc0c795bd321f6601502a2fc /shell/profile.sh
parentb9de0b04f56d7f54ced14231db0599d5adc2bef6 (diff)
refactor: moved posix stuff to shell sourced from zsh
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