mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
board/netconf: wrap klish in a fuzzy warm blanket
Having klish as the login shell means losing lots of neat features we've gotten used to: help text in less pager, initial terminal probing on the console, and more. This commit replaces the clish -> klish symlnk with a fuzzy bash wrapper that fixes all the above annoying little things. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../usr/bin/klish
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash -li
|
||||
# Source settings, aliases, and probe terminal size, then hand over to klish
|
||||
exec /usr/bin/klish
|
||||
Reference in New Issue
Block a user