We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba9de1 commit 0c8cdefCopy full SHA for 0c8cdef
plugins/envsetup
@@ -52,8 +52,6 @@ warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
52
shout() { echo -e "${_c_blue}[-] ${*}${RST}";:;}
53
lshout() { echo -e "${_c_blue}-> ${*}${RST}";:;}
54
msg() { echo -e "${*} \e[0m" >&2;:;}
55
-# lshout () { echo -e "${*}";:; }
56
-
57
58
trim_quotes() {
59
# Usage: trim_quotes "string"
0 commit comments