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