Fix things

This commit is contained in:
Marco Thomas
2021-07-29 10:48:58 +02:00
parent 8cd45abe6f
commit 6c8d75ee8f
4 changed files with 4 additions and 9 deletions

View File

@@ -9,14 +9,8 @@ ICON="\[\033[1;92m\]λ\[\033[m\]"
DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} "
# ============================== Exports
export VISUAL="vim"
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 emacsnw="emacsclient -c -nw -a 'emacs -nw'"
alias s="cd ~/scripts/"
alias c='clear'