diff options
| author | mail_redacted_for_web | 2026-04-21 18:05:40 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-21 18:05:40 +0200 |
| commit | 9b3afbba3613541653803bafeffcf88768120594 (patch) | |
| tree | bd3e5d6376e6c7b1187c6e240b0328e1af547b91 /.bash | |
| parent | 1608b471d105728de384c220de844bad0fce6fe0 (diff) | |
| download | dotfiles-9b3afbba3613541653803bafeffcf88768120594.tar.bz2 | |
fix: missing semi colontesting
Diffstat (limited to '.bash')
| -rw-r--r-- | .bash/aliases.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash index abf30c4..5e977fd 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -144,7 +144,7 @@ function hsep { function hdash { hsep '-'; } function hddash { hsep '='; } #alias hline='hsep -i "─"' -function hline { hsep -i '─' } +function hline { hsep -i '─'; } function hdline { hsep -i '═'; } function hfline { hsep -i '━'; } # ----- PACKAGE MANAGERS ----- # |
