idk, something has changed
This commit is contained in:
parent
ffe452fe24
commit
ed190866f5
28 changed files with 94 additions and 2179 deletions
13
.config/zsh/.zlogin
Normal file
13
.config/zsh/.zlogin
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
PID="$$"
|
||||
(
|
||||
if [ "$(inxi -aG | grep -c 'Monitor')" -eq 1 ]; then
|
||||
setfont Uni3-Terminus32x16.psf.gz
|
||||
stty -F /proc/$PID/fd/0 rows 65 cols 195
|
||||
else
|
||||
setfont Uni3-Terminus16.psf.gz
|
||||
stty -F /proc/$PID/fd/0 rows 90 cols 320
|
||||
fi >/dev/null 2>&1 &
|
||||
)
|
||||
unset PID
|
||||
|
||||
# vim: ft=sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue