diff options
| author | Ewy~ <ewy0@protonmail.com> | 2025-03-17 19:13:27 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2025-03-17 19:13:27 +0100 |
| commit | 8740db54043bf08982f5183572cdce266048afe0 (patch) | |
| tree | f915ba41ffa2384f2d57a2dceb1cbd8dbecab16e /.config/zsh/themes/ewout.zsh-theme | |
| parent | cf0d96069f039846ffb48bc8a3d6bccb7e2f5a92 (diff) | |
incremental improvements
Diffstat (limited to '.config/zsh/themes/ewout.zsh-theme')
| -rw-r--r-- | .config/zsh/themes/ewout.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/themes/ewout.zsh-theme b/.config/zsh/themes/ewout.zsh-theme index e44e887..ae992dd 100644 --- a/.config/zsh/themes/ewout.zsh-theme +++ b/.config/zsh/themes/ewout.zsh-theme @@ -11,8 +11,8 @@ __git() { } __wrap() { - [ -z "$@" ] && return - echo "─[$@]─" + [ -z "$*" ] && return + echo "─[$*]─" } __exitStatus() { |
