about summary refs log tree commit diff stats
path: root/bash/emacs.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/emacs.bash')
-rw-r--r--bash/emacs.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/emacs.bash b/bash/emacs.bash index 188c64f..3b7bb64 100644 --- a/bash/emacs.bash +++ b/bash/emacs.bash
@@ -18,7 +18,7 @@ setup_vterm() {
18 18
19setup_emacs_shell() { 19setup_emacs_shell() {
20 export PAGER=cat 20 export PAGER=cat
21 export PS1='\w \$ ' 21 # export PS1='\w \$ '
22} 22}
23 23
24# CONSIDER: Could this go in ~/.profile ? 24# CONSIDER: Could this go in ~/.profile ?