diff options
Diffstat (limited to '')
-rw-r--r-- | sh/.config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/.config/shell/profile b/sh/.config/shell/profile index c93a30f..5cc36b6 100644 --- a/sh/.config/shell/profile +++ b/sh/.config/shell/profile @@ -11,7 +11,7 @@ export FPATH="$FPATH:${XDG_DATA_HOME:-$HOME/.local/share/zsh/site-functions}" unsetopt PROMPT_SP # Default programs: -export EDITOR="lvim" +export EDITOR="lvim +star" export BROWSER="chromium" # ~/ Clean-up: |