pmaports/device/community/device-nokia-n900/i3wm/protip_shell.sh
2020-06-11 14:41:26 +02:00

8 lines
125 B
Bash

#!/bin/sh
(
green="\033[32m"
reset="\033[0m"
echo -e "${green}PROTIP:${reset} ^i (ctrl+i) does autocompletion"
)
exec sh