dev: added a line to predefined shell history

This one has been proposed by Oleg Ivanov again,
and more are supposed to come as people use it.
This commit is contained in:
Michael Shigorin 2015-06-05 11:10:53 +03:00
parent 8e3a2d7f0c
commit 1e84c84971

View File

@ -54,6 +54,7 @@ if [ -x "$ZSHELL" ]; then
chsh -s "$ZSHELL" "$USER"
install -m644 -o "$USER" -g "$USER" /dev/null "$HOME/.zshrc"
cat >> "$HOME/.zsh_history" <<-EOF
git clone git://git.altlinux.org/gears/m/mkimage-profiles.git && cd mkimage-profiles && make help/distro
make -C /usr/share/mkimage-profiles syslinux.iso
git clone git://git.altlinux.org/gears/h/hello.git && cd hello && gear-hsh
EOF