1
0
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:
Ryan 2017-06-14 20:19:59 +02:00
parent c82e4e7837
commit aa15cd1830

View File

@ -1,8 +1,11 @@
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$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. # Path to your oh-my-zsh installation.
export ZSH=/home/alrayyes/.oh-my-zsh export ZSH=/home/alrayyes/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random" # Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded. # it'll load a random theme each time that oh-my-zsh is loaded.
@ -94,9 +97,6 @@ export GPG_TTY=$(tty)
# Set default browser # Set default browser
export BROWSER=qutebrowser 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 # Refresh gpg-agent tty in case user switches into an X session
gpg-connect-agent updatestartuptty /bye >/dev/null gpg-connect-agent updatestartuptty /bye >/dev/null