Add alias for emacsclient and explain custom.

This commit is contained in:
2023-03-07 07:58:33 +13:00
parent 43ed1dbb03
commit fb9c270bef
2 changed files with 5 additions and 7 deletions

View File

@ -87,11 +87,6 @@ function bw_gitea () {
fi
}
# automate multimonitor command
alias hdmioff='xrandr --output HDMI-0 --off'
alias hdmion='xrandr --output HDMI-0 --auto --rate 144.00 --left-of DVI-I-0 --primary'
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
@ -103,8 +98,9 @@ if ! shopt -oq posix; then
fi
fi
# Configure emacs location
# Configure emacs location and aliases
export EMACSLOADPATH=~/Downloads/humacs:
alias e='emacsclient -a ""'
# Setup prompt
function color_my_prompt {