mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
TERM setting need to be exported before oh-my-zsh to work properly
This commit is contained in:
parent
c82e4e7837
commit
aa15cd1830
@ -1,6 +1,9 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Stop tmux bitching about 256 colours
|
||||
export TERM="xterm-256color"
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/home/alrayyes/.oh-my-zsh
|
||||
|
||||
@ -94,9 +97,6 @@ export GPG_TTY=$(tty)
|
||||
# Set default browser
|
||||
export BROWSER=qutebrowser
|
||||
|
||||
# Stop tmux bitching about 256 colours
|
||||
export TERM="xterm-256color"
|
||||
|
||||
# Refresh gpg-agent tty in case user switches into an X session
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user