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
|
sudo pacman -S --noconfirm less # <<< should handle other distros here
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
clear &&
|
||||||
# Execute in less with a header for style points
|
# Execute in less with a header for style points
|
||||||
exec > >(less +F --header 8) 2>&1
|
exec > >(less +F --header 8) 2>&1
|
||||||
trap 'exec >&- 2>&-; wait' EXIT
|
trap 'exec >&- 2>&-; wait' EXIT
|
||||||
|
|
||||||
clear &&
|
|
||||||
echo ':::::::-. ... ... :::::::.. .::::::.
|
echo ':::::::-. ... ... :::::::.. .::::::.
|
||||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||||
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||||
|
|
Loading…
Add table
Reference in a new issue