mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
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:
Executable → Regular
+5
-4
@@ -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..
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user