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

@@ -44,12 +44,12 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Exports
export EDITOR="nvim"
export EDITOR="emacsclient -c -nw -a 'emacs -nw'"
export VISUAL="emacsclient -c -a emacs"
export LANG="en_US.UTF-8"
# ============================== Aliases
alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias emacsnw="TERM=alacritty-direct emacsclient -c -nw -a 'emacs -nw'"
alias fontscache="fc-cache -f -v"
alias ofen="cc"
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"