git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-04-21 18:05:40 +0200
committermail_redacted_for_web 2026-04-21 18:05:40 +0200
commit9b3afbba3613541653803bafeffcf88768120594 (patch)
treebd3e5d6376e6c7b1187c6e240b0328e1af547b91 /.bash
parent1608b471d105728de384c220de844bad0fce6fe0 (diff)
downloaddotfiles-9b3afbba3613541653803bafeffcf88768120594.tar.bz2
fix: missing semi colontesting
Diffstat (limited to '.bash')
-rw-r--r--.bash/aliases.bash2
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 ----- #