diff --git a/.tmux.conf b/.tmux.conf index 431c77a..132d2ce 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-command "/usr/bin/bash" +set -g default-command "/bin/bash" # Support mouse scrolling, system clipboard, etc. set -g mouse on diff --git a/.xinitrc b/.xinitrc index 65b140a..e79d2e1 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,3 +1,3 @@ # ex: set ts=4 sw=4 ft=sh -exec /usr/bin/bash "${HOME}"/.bash_xinitrc +exec /bin/bash "${HOME}"/.bash_xinitrc