Fix some .profile exports
This commit is contained in:
@@ -7,5 +7,9 @@ export LC_ALL=en_US.UTF-8
|
||||
# path
|
||||
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
|
||||
|
||||
# editor
|
||||
export EDITOR="vim"
|
||||
export VISIAL=${EDITOR}
|
||||
|
||||
# keyboard layout
|
||||
setxkbmap -layout za
|
||||
|
||||
@@ -43,9 +43,6 @@ esac
|
||||
export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
|
||||
zstyle ':vcs_info:git:*' formats '|%b '
|
||||
|
||||
export EDITOR="vim"
|
||||
export VISIAL=${EDITOR}
|
||||
|
||||
# ============================== Aliases
|
||||
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
|
||||
alias fontscache="fc-cache -f -v"
|
||||
|
||||
Reference in New Issue
Block a user