aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/profile.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-06-24 21:17:34 -0500
committerToby Vincent <tobyv13@gmail.com>2021-06-24 21:17:34 -0500
commit194e92a3b6d31d171881d379301e0ed230749f9b (patch)
tree17b11b3916523a05eb5fea962f1ffe6bf17331d8 /sh/profile.sh
parent750af65537a54c02537118283961882651d9cba7 (diff)
feat: added mega-dl script
Diffstat (limited to 'sh/profile.sh')
-rw-r--r--sh/profile.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sh/profile.sh b/sh/profile.sh
index 1d0022f..2563e03 100644
--- a/sh/profile.sh
+++ b/sh/profile.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# 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
+export FZF_BASE="${HOME}/dotfiles/fzf"
+
+# Path
+PATH=$PATH:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin:$DOTFILES/scripts \ No newline at end of file