fix: use absolute paths to source files from sreenrc as relative paths don't work when using a symlink to screenrc
This commit is contained in:
12
screenrc
12
screenrc
@@ -1,8 +1,8 @@
|
|||||||
source conf.d/common
|
source ${HOME}/.config/screen/conf.d/common
|
||||||
source conf.d/keybindings
|
source ${HOME}/.config/screen/conf.d/keybindings
|
||||||
source conf.d/logging
|
source ${HOME}/.config/screen/conf.d/logging
|
||||||
source conf.d/xterm
|
source ${HOME}/.config/screen/conf.d/xterm
|
||||||
source conf.d/256color
|
source ${HOME}/.config/screen/conf.d/256color
|
||||||
source conf.d/lockscreen
|
source ${HOME}/.config/screen/conf.d/lockscreen
|
||||||
|
|
||||||
screen 1 bash
|
screen 1 bash
|
||||||
|
|||||||
Reference in New Issue
Block a user