setup: free up CTRL+P keybind from .zshrc

Signed-off-by: aog <theaog@users.noreply.github.com>
This commit is contained in:
aog 2022-10-21 10:15:35 +03:00
parent d964942792
commit 5cb4cc8d9c

@ -4,6 +4,7 @@
sed -i 's/#\(.*\)prompt_symbol=/\1prompt_symbol=/g' /etc/skel/.zshrc && \
sed -i 's/\(\s*PROMPT=.*\)n└─\(.*\)/\1n%{%G└%}%{%G─%}\2/g' /etc/skel/.zshrc && \
sed -i '/\^P toggle_oneline_prompt/d' /etc/skel/.zshrc && \
echo '[[ -e /etc/shellrc ]] && source /etc/shellrc' >>/etc/skel/.zshrc && \
echo '[[ -e /etc/shellrc ]] && source /etc/shellrc' >>/etc/skel/.bashrc && \
sed -i 's/\(\s*\)set mouse=/"\1set mouse=/g' /usr/share/vim/vim90/defaults.vim && \
@ -39,4 +40,3 @@ ln -s /sf/bin/sf-motd.sh /usr/bin/help && \
echo DONE && exit 0
exit 254