diff options
| author | philw <dscr@duck.com> | 2024-03-19 21:08:41 +0100 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-03-19 21:08:41 +0100 |
| commit | 5788f66da53205d5290c64ff97f3c817889d6bc0 (patch) | |
| tree | 9ef9c4f123cc6a7bcd3273b5d90c610af8d61067 /shell/zsh | |
| parent | 51573d35e989d45f047b0b34fd9293be459d346b (diff) | |
| download | dotfiles-5788f66da53205d5290c64ff97f3c817889d6bc0.tar.gz dotfiles-5788f66da53205d5290c64ff97f3c817889d6bc0.zip | |
update dotfiles
Diffstat (limited to '')
| -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 | ||
