aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-12-19 02:58:45 -0500
committertdro <tdro@users.noreply.github.com>2020-12-19 02:58:45 -0500
commit619fd0184ad415a6aa86793b6ea266cbe5434853 (patch)
tree58c15803917e03562a4d9569375ca4eaf3069e68 /.bashrc
parent8697223f144566aaf5ce1c533445f9e9581fc3fe (diff)
downloaddotfiles-619fd0184ad415a6aa86793b6ea266cbe5434853.tar.gz
dotfiles-619fd0184ad415a6aa86793b6ea266cbe5434853.tar.bz2
dotfiles-619fd0184ad415a6aa86793b6ea266cbe5434853.zip
.config/nixpkgs: Update to emacs 27.1
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e712296..70fff04 100644
--- a/.bashrc
+++ b/.bashrc
@@ -84,7 +84,7 @@ alias dash='PS1="$ " dash'
alias diceware='diceware -d " "'
alias dict='dict -h localhost'
alias dmesg='dmesg -e'
-alias emacs='TERM=xterm-256color emacs -nw --load ~/.config/emacs/emacs.el'
+alias emacs='TERM=xterm-256color emacs -nw'
alias go='GOPATH=$(pwd)/go go'
alias grep='grep --color=tty -d skip'
alias locate='locate -ie'