Change TERM
This commit is contained in:
parent
8624e30bf8
commit
a7cff32831
2 changed files with 2 additions and 0 deletions
1
zprofile
1
zprofile
|
@ -12,3 +12,4 @@ export PATH=$PATH:$GEM_HOME/bin
|
||||||
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||||
|
|
||||||
echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'\n\nTo turn on my servers, run command 'sudo lampp start'" | /usr/bin/cowsay -f tux -W 80
|
echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'\n\nTo turn on my servers, run command 'sudo lampp start'" | /usr/bin/cowsay -f tux -W 80
|
||||||
|
export TERM=xterm-256color
|
||||||
|
|
1
zshrc
1
zshrc
|
@ -89,3 +89,4 @@ if [ -e "$HOME/.smartcd_config" ]; then
|
||||||
[ -r "$HOME/.smartcd_config" ] && ( [ -n $BASH_VERSION ] || [ -n $ZSH_VERSION ] ) && source ~/.smartcd_config
|
[ -r "$HOME/.smartcd_config" ] && ( [ -n $BASH_VERSION ] || [ -n $ZSH_VERSION ] ) && source ~/.smartcd_config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export TERM=xterm-256color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue