fix: add backslash to clear alias

keyring
anemofilia 2023-08-06 14:55:23 -03:00
parent b75a8c33f3
commit 72f3b19067
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
/gnu/store/0a349grziinpjsd7519nn84slpd82s2v-fish-config.fish /gnu/store/j38f52xh3npi5kk33k9j6nwkki5p8ds8-fish-config.fish

View File

@ -237,7 +237,7 @@
-hlv")) -hlv"))
#|Clear terminal screen without ncurses|# #|Clear terminal screen without ncurses|#
("clear" . "printf \"\033c\"") ("clear" . "printf \"\\033c\"")
#|Make ln idempotent|# #|Make ln idempotent|#
("ln" . "ln -sfn") ("ln" . "ln -sfn")