From 8f9e62dc205a85a8aaf9269cf9bcc9e4ab82fef1 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 1 Dec 2023 16:24:36 +0100 Subject: [PATCH] qemush : suppression d'espaces inutiles --- bin/qemush | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 2ce6b4c..507abb2 100755 --- a/bin/qemush +++ b/bin/qemush @@ -21,10 +21,8 @@ if [ -t 1 ]; then else cat='cat' fi - PATH="./${bin}:${PATH}" EDITOR="${EDITOR:-nvim}" - alias ls='ls --color=auto' shopt -s expand_aliases