-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguacrc
More file actions
23 lines (22 loc) · 813 Bytes
/
Copy pathguacrc
File metadata and controls
23 lines (22 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# vim: syntax=bash
# 🥑
# | guacrc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# GUAC__SUPPRESS:
# bash object containing function names.
# uncomment to suppress some or all output in that function.
#
# GUAC_{UN}INSTALL Uncomment for silent {un}installation
# GUAC_INSTALL_SMOL Uncomment for less verbose installation
# GUAC_SUPPRESS The message about suppressing messages
# GUAC_PATH The message warning that the alias manager has not been enabled
# GUAC_NOREPO Redundant (but cute!) message from guac if you are not in a repo
# | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
#
GUAC__SUPPRESS=(
# "GUAC_INSTALL"
"GUAC_INSTALL_SMOL"
"GUAC_UNINSTALL"
# "GUACMSG_SUPPRESS"
# "GUACMSG_PATH"
"GUACMSG_NOREPO"
);