hilfe mein git ist komisch
This commit is contained in:
4
etc/byobu/backend
Normal file
4
etc/byobu/backend
Normal file
@@ -0,0 +1,4 @@
|
||||
# BYOBU_BACKEND can currently be "screen" or "tmux"
|
||||
# Override this on a per-user basis by editing "$BYOBU_CONFIG_DIR/backend"
|
||||
# or by launching either "byobu-screen" or "byobu-tmux" instead of "byobu".
|
||||
BYOBU_BACKEND="tmux"
|
||||
11
etc/byobu/socketdir
Normal file
11
etc/byobu/socketdir
Normal file
@@ -0,0 +1,11 @@
|
||||
# Set the location of the socket directory that byobu will use.
|
||||
# On Debian/Ubuntu systems, this is in /var/run/screen, but on
|
||||
# other distros, it might be elsewhere, such as /tmp/screens
|
||||
# depending on your compilation.
|
||||
#
|
||||
# This file will be sourced by both shell scripts and python code,
|
||||
# so please ensure that:
|
||||
# * the variable name is SOCKETDIR
|
||||
# * there is no space around the "="
|
||||
# * and that the path value is quoted
|
||||
SOCKETDIR="/var/run/screen"
|
||||
Reference in New Issue
Block a user