summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-09-03 14:34:57 +0200
committerTom Barrett <tom@tombarrett.xyz>2023-09-03 14:34:57 +0200
commit12bc93369b2c518b3545a367bdb8088145c8956f (patch)
tree171ff815ef2477dd4db234d5c70dd63c8103e572 /.zshrc
parent0039908addac751c165395ebc3ead5220becd68a (diff)
new git path
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 3de4048..f392055 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,5 +1,6 @@
typeset -U PATH path
-path=( "$HOME/bin"
+export path=(
+ "$HOME/bin"
"$HOME/.local/bin"
"$HOME/.cargo/bin"
"/bin"
@@ -15,9 +16,8 @@ path=( "$HOME/bin"
"/nix/var/nix/profiles/default/bin"
"/run/current-system/sw/bin"
)
-export PATH
-EDITOR=vim
-export EDITOR
+export EDITOR=vim
+export BROWSER=firefox
autoload -Uz compinit
compinit