From 9a196de379c1434624d92720a777bbd99ec8140a Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 22 Jan 2024 23:42:50 +0100 Subject: [PATCH] qemush : suppression pretty_cat --- bin/qemush | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/qemush b/bin/qemush index b9d2851..50a74ff 100755 --- a/bin/qemush +++ b/bin/qemush @@ -23,11 +23,6 @@ export QEMUSH_NAME # Aliases alias ls='ls --color=auto' alias exec='exec ' -if [ -t 1 ]; then - alias pretty_cat='source-highlight --failsafe -f esc --style-file=esc.style -i' -else - alias pretty_cat=cat -fi shopt -s expand_aliases # Set a restrictive umask to make sure qemu user files are private @@ -141,7 +136,7 @@ public_shell() { # Output the content of an entrypoint, with coloration if on a virtual # terminal public_cat() { - pretty_cat "${bin}/${1}" + cat "launchers/${1}" } # Copy a file in entrypoints folder