summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2021-12-05 12:21:10 -0500
committerSam Chudnick <sam@chudnick.com>2021-12-05 12:21:10 -0500
commit4888778f4fa492aef107880bfd53cb1fe774090b (patch)
tree61b622b1e123503a7aed83aa7a8c5a498c3c0e59
parent6ef2bfb6249dd2b234d39b57bd977f121edad010 (diff)
Removed non-existent directory from path
-rw-r--r--.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index c3920ba..127c867 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -7,7 +7,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
7export XDG_DATA_HOME="$HOME/.local/share" 7export XDG_DATA_HOME="$HOME/.local/share"
8 8
9# PATH 9# PATH
10export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.local/bin/statusbar:~/.local/bin/theme:~/.local/bin/cmus:~/.local/bin/dmenu:~/.local/bin/backups:~/.local/bin/backups/borg 10export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.local/bin/statusbar:~/.local/bin/theme:~/.local/bin/cmus:~/.local/bin/dmenu:~/.local/bin/backups
11 11
12# Defaults 12# Defaults
13export BROWSER="firefox" 13export BROWSER="firefox"