This website requires JavaScript.
Explore
Help
Register
Sign in
blallo
/
zconfig
Watch
1
Star
0
Fork
You've already forked zconfig
0
Code
Issues
Pull requests
Releases
Wiki
Activity
9f31eb8183
zconfig
/
.zshrc
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Separate config for tty and graphical env
2023-05-19 22:05:17 +02:00
if
[
[
$TTY
=
=
*tty*
]
]
;
then
source
.zshrc.tty
godoc
2022-12-16 16:45:52 +01:00
else
Separate config for tty and graphical env
2023-05-19 22:05:17 +02:00
source
.zshrc.graphic
godoc
2022-12-16 16:45:52 +01:00
fi
Reference in a new issue
Copy permalink