diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 23:54:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 23:54:57 +0900 |
| commit | 59db062bdfc2b67d223346ccb723ddacc6e26113 (patch) | |
| tree | 24d9d77e10849a987152175e6093b40ad7bd2aeb | |
| parent | 99014f67041617b82b7bdda6a9b854bf6047de55 (diff) | |
modified shell/profile, modified zsh/.zshrc
| -rw-r--r-- | ar/.config/shell/profile | 2 | ||||
| -rw-r--r-- | ar/.config/zsh/.zshrc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index f943dc9..9c90f80 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -21,7 +21,7 @@ export EDITOR2="vim" export KEYTIMEOUT=10 export SUDO_EDITOR=$EDITOR export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" -export TERM="st-256color" +export TERM="xterm-256color" export TERMINAL="st" export TERMINAL_PROG="st" export VISUAL=$EDITOR diff --git a/ar/.config/zsh/.zshrc b/ar/.config/zsh/.zshrc index 3d2fb6d..5b3534e 100644 --- a/ar/.config/zsh/.zshrc +++ b/ar/.config/zsh/.zshrc @@ -123,3 +123,5 @@ if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ]; then fi fi fi + +export TERM=xterm-256color |
