From 6076abdfd328af940e0c961199680d0bd4278622 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 11 May 2024 16:08:47 +0200 Subject: add source /etc/profile in global zprofile --- 2/rice.sh | 1 + 1 file changed, 1 insertion(+) (limited to '2') diff --git a/2/rice.sh b/2/rice.sh index fe63cbb..b84d725 100755 --- a/2/rice.sh +++ b/2/rice.sh @@ -124,6 +124,7 @@ zstyle ':completion:*' verbose true zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' EOF +echo "emulate sh -c 'source /etc/profile'" >> /etc/zsh/zprofile echo "cleaning up trash..." fok apt clean -y -- cgit v1.2.3