feat: add clear alias

keyring
anemofilia 2023-08-06 14:37:28 -03:00
parent 888a6dffcf
commit b75a8c33f3
1 changed files with 3 additions and 0 deletions

View File

@ -236,6 +236,9 @@
--classify ~ --classify ~
-hlv")) -hlv"))
#|Clear terminal screen without ncurses|#
("clear" . "printf \"\033c\"")
#|Make ln idempotent|# #|Make ln idempotent|#
("ln" . "ln -sfn") ("ln" . "ln -sfn")