.profile: set mate-terminal as TERMINAL
This commit is contained in:
parent
b1ef189baf
commit
e8c94ee452
2
.profile
2
.profile
|
|
@ -11,7 +11,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
export TERMINAL=sakura
|
export TERMINAL=mate-terminal
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export BC_ENV_ARGS="-lq"
|
export BC_ENV_ARGS="-lq"
|
||||||
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue