EMACS!!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user