move clear to right place
This commit is contained in:
parent
86815167c8
commit
ef0db3885c
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -36,11 +36,11 @@ if ! type "less" &> /dev/null; then
|
|||
sudo pacman -S --noconfirm less # <<< should handle other distros here
|
||||
fi
|
||||
|
||||
clear &&
|
||||
# Execute in less with a header for style points
|
||||
exec > >(less +F --header 8) 2>&1
|
||||
trap 'exec >&- 2>&-; wait' EXIT
|
||||
|
||||
clear &&
|
||||
echo ':::::::-. ... ... :::::::.. .::::::.
|
||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||
|
|
Loading…
Add table
Reference in a new issue