diff --git a/.bashrc b/.bashrc index 35ecf87..3546be0 100644 --- a/.bashrc +++ b/.bashrc @@ -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 { diff --git a/setup.org b/setup.org index 03c4769..cf63e18 100644 --- a/setup.org +++ b/setup.org @@ -221,13 +221,15 @@ An integral part of our pair development workflow is [[https://github.com/humacs #+NAME: Install and configure humacs #+BEGIN_SRC tmate -# Clone down humac[s +# Clone down humacs git clone --recursive https://github.com/jmhbnz/humacs /home/$USER/Downloads/ # Need to ensure environment variables are set for load path export EMACSLOADPATH=/home/$USER/Downloads/humacs #+END_SRC +Included in this repository is a ~.bashrc~ and ~humacs-custom.el~ which layer my personal preferences on top of humacs. + ** Optional - Setup sbp powerline prompt