From 25c46efab9e5a35e8427a046bf92460bf5eb89a7 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 1 Dec 2023 16:46:16 +0100 Subject: [PATCH] qemush : alias d'exec pour prendre en compte les autres aliases --- bin/qemush | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/qemush b/bin/qemush index 55bac84..b1ce775 100755 --- a/bin/qemush +++ b/bin/qemush @@ -24,6 +24,7 @@ fi PATH="./${bin}:${PATH}" EDITOR="${EDITOR:-nvim}" alias ls='ls --color=auto' +alias exec='exec ' shopt -s expand_aliases umask 027