diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-10 20:34:08 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-10 20:34:08 +0200 |
| commit | e3ac37b99035567aedbb6d44a1151049a572f9ee (patch) | |
| tree | f2f752bea41ebd704db2e932152d913771aaa766 /zsh | |
| parent | 8ce30a9db3677de3f90c3f404bb6c93a4f64936a (diff) | |
fix: minor changes
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshenv | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index c168554..d0d02ef 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,5 +1,7 @@ export PATH="$HOME/.config/scripts:$PATH" export TERMINAL="st" export EDITOR="emacs" +export BROWSER="librewolf" export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/data" @@ -22,6 +22,7 @@ alias ascii="ascii -d" alias cf="$HOME/.config/" alias cspt="$HOME/.config/scripts" alias cz="$HOME/.config/zsh" +alias gs="git status" autoload -U compinit zstyle ':completion:*' menu select |
