This commit is contained in:
Marco Thomas
2021-06-08 12:37:47 +02:00
parent f1bc78c042
commit d49b08eda5
4 changed files with 11 additions and 23 deletions

View File

@@ -10,12 +10,13 @@ DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} "
# ============================== Exports
export VISUAL=vim
export VISUAL="emacsclient -c -nw -a 'emacs -nw'"
export EDITOR="$VISUAL"
export LANG="en_US.UTF-8"
export TERM="xterm-256color"
# ============================== Aliases
alias emacsnw="TERM=xterm-direct emacsclient -c -nw -a 'emacs -nw'"
alias s="cd ~/scripts/"
alias c='clear'