aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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'