diff options
| author | Amy <58243358+aymey@users.noreply.github.com> | 2023-01-21 08:10:47 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-20 21:10:47 +0000 |
| commit | 6e75e3a3bf4205a3f6d9a286f058ad1dd000e7d6 (patch) | |
| tree | 09c228cbc35dd3c21ce6cd065ef894d895279851 /.config/shell/profile | |
| parent | a7dc0d288dcf75508d43f41c36824f43534618e8 (diff) | |
| download | eibhear-6e75e3a3bf4205a3f6d9a286f058ad1dd000e7d6.tar.gz eibhear-6e75e3a3bf4205a3f6d9a286f058ad1dd000e7d6.tar.zst eibhear-6e75e3a3bf4205a3f6d9a286f058ad1dd000e7d6.zip | |
add TERMINAL_PROG variable (#1237)
used in programs like `xtrace` (line 172 `/usr/bin/xtrace`)
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 1076352..7c7a613 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,6 +13,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" +export TERMINAL_PROG="st" export BROWSER="librewolf" # ~/ Clean-up: |
