From 2b1a1e91dd4c78cb1361e40d779a226b9f7f1a28 Mon Sep 17 00:00:00 2001 From: Artem Dolgiy Date: Thu, 23 Jan 2025 09:29:32 +0300 Subject: [PATCH] =?UTF-8?q?modify:=20=D0=A7=D1=82=2023=20=D1=8F=D0=BD?= =?UTF-8?q?=D0=B2=202025=2009:29:20=20MSK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux_zsh_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux_zsh_install.sh b/tmux_zsh_install.sh index b132a79..990e76b 100644 --- a/tmux_zsh_install.sh +++ b/tmux_zsh_install.sh @@ -26,7 +26,7 @@ echo "Create => .aliases" cat << EOF >> ~/.aliases alias ip='ip --color=auto' alias ssht='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' -alias gp="git add -A && git commit -m "modify: $(date)" && git push" +alias gp="git add -A && git commit -m \"modify: $(date)\" && git push" EOF echo "Add link .aliases to .bashrc"