From 461c2ea5ec2cef7e740eaa999ca49b89c4293627 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Mon, 24 Jun 2024 20:14:31 +0800 Subject: [PATCH] xconf touch /home/$user/.bashrc #not existed @opsuse15 --- flux/src/xconf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/flux/src/xconf.sh b/flux/src/xconf.sh index 2b0709b5..fdea627f 100644 --- a/flux/src/xconf.sh +++ b/flux/src/xconf.sh @@ -49,6 +49,7 @@ rm -f /xconf.sh ln -s /usr/bin/vim.tiny /usr/bin/vt rm -f /bin/sh && ln -s /bin/bash /bin/sh + touch /home/$user/.bashrc #not existed @opsuse15 echo "alias ll='ls -lF'; alias la='ls -A'; alias l='ls -CF';" |sudo tee -a /home/$user/.bashrc; # echo "export PS1='[\u@\h \W]\$ '" > /root/.bashrc