upd and patches
This commit is contained in:
@ -17,5 +17,12 @@ make install.bin install.modules install.fns
|
||||
|
||||
``` sh *** config ***
|
||||
mkdir -p /pkg/gnu/zsh/etc
|
||||
cat > /pkg/gnu/zsh/etc/zprofile << 'EOF'
|
||||
if [ -d /pkg/gnu/s6/etc/envdir ]; then
|
||||
for f in /pkg/gnu/s6/etc/envdir/*; do
|
||||
[ -r "$f" ] && export "$(basename "$f")=$(cat "$f")"
|
||||
done
|
||||
fi
|
||||
EOF
|
||||
echo "PROMPT='[%n@%m %~]$ '\nalias ls='ls --color=auto'\nsetopt no_hup\nsetopt no_checkjobs\nsetopt RM_STAR_SILENT" > /pkg/gnu/zsh/etc/zshrc
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user