From 5788f66da53205d5290c64ff97f3c817889d6bc0 Mon Sep 17 00:00:00 2001 From: philw Date: Tue, 19 Mar 2024 21:08:41 +0100 Subject: update dotfiles --- shell/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/zsh/.zshrc') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 11170c6..354ac70 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -1,3 +1,4 @@ +stty susp "^P" parse_git_branch() { local branch="" branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') @@ -72,7 +73,7 @@ alias g="grep" alias g="rg" alias zl="zellij" alias h="htop" -alias n="neofetch" +alias n="neofetch --off" alias poweroff="doas /usr/bin/poweroff" alias reboot="doas /usr/bin/reboot" -- cgit v1.2.3