From 1e84c8497128e1a1bde71554d651b877cf77d038 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 5 Jun 2015 11:10:53 +0300 Subject: [PATCH] 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. --- features.in/dev/live/image-scripts.d/51-hasher | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/dev/live/image-scripts.d/51-hasher b/features.in/dev/live/image-scripts.d/51-hasher index 5866d3c0..8f3ef49d 100755 --- a/features.in/dev/live/image-scripts.d/51-hasher +++ b/features.in/dev/live/image-scripts.d/51-hasher @@ -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