/usr/bin/bash -> /bin/bash

This commit is contained in:
tosu 2024-06-21 17:10:53 +02:00
parent bfa8255451
commit 03860b2b74
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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