We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811eaf4 commit 8eb0049Copy full SHA for 8eb0049
bash-common.sh
@@ -30,6 +30,7 @@ else
30
export PS1='\u@\h \W $(__git_ps1 " (%s)") \$ '
31
fi
32
33
+export EDITOR="vim"
34
export TERM="screen"
35
export HOST="localhost"
36
export WWW_HOME="https://duckduckgo.com/lite"
tmux.conf
@@ -1,5 +1,7 @@
1
set -g default-terminal "screen-256color"
2
-if-shell 'test "$(uname -s)" = Darwin' 'set-option -g default-command "exec reattach-to-user-namespace -l zsh"'
+if-shell 'test "$(uname -s)" = Darwin' \
3
+ 'set-option -g default-command "exec reattach-to-user-namespace -l zsh"' \
4
+ 'set-option -g default-command "/bin/zsh"'
5
set -g mouse on
6
# allow toggle mouse on off with C-b m
7
bind m set -g mouse \; display 'mouse is now #{?mouse,on,off}'
0 commit comments