]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: use full path in "shell" option
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Apr 2022 17:07:25 +0000 (19:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Apr 2022 17:07:25 +0000 (19:07 +0200)
GNU screen uses the value of "shell" for the $SHELL environment
variable. Having a non-absolute path there can cause issues. For
example, `ssh` uses $SHELL when running "Match exec" commands which fail
because it uses access() to verify if the shell exists.


No differences found