Added default conf

This commit is contained in:
Ubergeek 2022-02-06 15:05:20 -05:00
parent c1d1a75a72
commit 2ff847d5b4
1 changed files with 6 additions and 0 deletions

6
menushell.conf Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
export browser="/usr/bin/elinks"
export mailer="/usr/bin/alpine"
export cli="/bin/bash -il"
export chat="/usr/bin/weechat"