mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +00:00
Check if fbterm is installed and use $TTY variable
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# start fbterm automatically in /dev/tty*
|
# start fbterm automatically in /dev/tty*
|
||||||
|
|
||||||
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
|
if (( ${+commands[fbterm]} )); then
|
||||||
|
if [[ "$TTY" = /dev/tty* ]] ; then
|
||||||
fbterm
|
fbterm
|
||||||
exit
|
exit
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user