diff options
Diffstat (limited to 'shell/zsh')
| -rw-r--r-- | shell/zsh/.zprofile | 0 | ||||
| -rw-r--r-- | shell/zsh/.zshrc | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/zsh/.zprofile b/shell/zsh/.zprofile new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/shell/zsh/.zprofile | |||
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 @@ | |||
| 1 | stty susp "^P" | ||
| 1 | parse_git_branch() { | 2 | parse_git_branch() { |
| 2 | local branch="" | 3 | local branch="" |
| 3 | branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') | 4 | branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') |
| @@ -72,7 +73,7 @@ alias g="grep" | |||
| 72 | alias g="rg" | 73 | alias g="rg" |
| 73 | alias zl="zellij" | 74 | alias zl="zellij" |
| 74 | alias h="htop" | 75 | alias h="htop" |
| 75 | alias n="neofetch" | 76 | alias n="neofetch --off" |
| 76 | alias poweroff="doas /usr/bin/poweroff" | 77 | alias poweroff="doas /usr/bin/poweroff" |
| 77 | alias reboot="doas /usr/bin/reboot" | 78 | alias reboot="doas /usr/bin/reboot" |
| 78 | 79 | ||
