diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-11 16:08:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-11 16:08:47 +0200 |
commit | 6076abdfd328af940e0c961199680d0bd4278622 (patch) | |
tree | a4aefdfc99b54ebf3ebb5612bad786a9c6cdf054 | |
parent | c3a2ce09e9d5df86762670cafe358b2470e037b7 (diff) |
add source /etc/profile in global zprofile
-rwxr-xr-x | 2/rice.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |