pmaports/device/device-nokia-n900/i3wm/protip_shell.sh

8 lines
125 B
Bash
Executable file

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