mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
terminal can clear 40 times faster
This commit is contained in:
@@ -206,7 +206,9 @@ end
|
|||||||
|
|
||||||
|
|
||||||
### ALIASES ###
|
### ALIASES ###
|
||||||
alias clear='/bin/clear; echo; echo; seq 1 (tput cols) | sort -R | spark | lolcat; echo; echo'
|
# \x1b[2J <- clears tty
|
||||||
|
# \x1b[1;1H <- goes to (1, 1) (start)
|
||||||
|
alias clear='echo -en "\x1b[2J\x1b[1;1H" ; echo; echo; seq 1 (tput cols) | sort -R | spark | lolcat; echo; echo'
|
||||||
|
|
||||||
# root privileges
|
# root privileges
|
||||||
alias doas="doas --"
|
alias doas="doas --"
|
||||||
|
|||||||
Reference in New Issue
Block a user