setup: make this the default /etc/pdmenurc in Infix

Set COLORTERM instead of using -c flag.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-02-21 22:28:42 +01:00
parent 6cf4a986f5
commit 378633fa5c
3 changed files with 8 additions and 5 deletions
+5 -4
View File
@@ -66,10 +66,11 @@ menu:system:System:System Settings
exit:_Main menu..
menu:tools:Tools:Tools
exec:_ping:edit,pause:ping ~Enter address (IP or name) to ping:~
exec:_Ping:edit,pause:ping ~Enter address (IP or name) to ping:~
exec:_Shell Prompt::/bin/bash --login
exec:_SSH:edit,pause:ssh ~Enter [username@]address (IP or name) to SSH to:~
exec:_telnet:edit,pause:telnet ~Enter address (IP or name) to telnet to:~
exec:_traceroute:edit,pause:mtr ~Enter address (IP or name) to traceroute to:~
exec:_www:edit,pause:lynx ~Enter URL to browse:~
exec:_Telnet:edit,pause:telnet ~Enter address (IP or name) to telnet to:~
exec:_Traceroute:edit,pause:mtr ~Enter address (IP or name) to traceroute to:~
exec:Browse _WWW:edit,pause:lynx ~Enter URL to browse:~
nop
exit:_Main menu..
+2
View File
@@ -12,6 +12,8 @@ if [ "$PS1" ]; then
export PS1='$ '
fi
fi
export COLORTERM=truecolor
fi
export EDITOR='/bin/vi'
@@ -15,5 +15,5 @@ alias ipb='ip -br'
alias ipaddr='ip addr'
alias iplink='ip link'
alias bridge='bridge --color=auto'
alias setup='setup -c; clear'
alias setup='pdmenu; clear'
alias cli='clixon_cli'