diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:18:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:18:54 +0200 |
commit | 307fe15077859a00fb9f798bcf3f99ddd4197d87 (patch) | |
tree | 8af44b60a91ef527ba799cac3a2737ed4b472b87 | |
parent | 9e1ef8c28f8781150158b3960a7e962abd22d68c (diff) |
changed firefox to librewolf and added dotnet tools to path
-rw-r--r-- | config/home/.zshenv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv index 32c92f4..cfaef9c 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -2,7 +2,7 @@ export EDITOR="nvim" export VISUAL="nvim" -export BROWSER="firefox" +export BROWSER="librewolf" export VIEWER="zathura" export PLAYER="mpv" @@ -69,3 +69,4 @@ export PATH="$HOME/bin:$PATH" export PATH="$HOME/go/bin:$PATH" export PATH="$XDG_CONFIG_HOME/cargo/bin:$PATH" export PATH="$PATH:./node_modules/.bin" +export PATH="$PATH:$HOME/.dotnet/tools" |