Ajout : fonction pour initialiser DISPLAY dans un shell

This commit is contained in:
Hippolyte Chauvin 2023-06-17 16:55:04 +02:00
parent 1e3d8433bf
commit 5930748fe5

View file

@ -9,3 +9,8 @@ command_not_found_handler() {
return 127
}
# sh
set-display() {
export DISPLAY=":${1:-1}"
}