Skip to content

Commit 0c8cdef

Browse files
trigger
1 parent eba9de1 commit 0c8cdef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/envsetup

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
5252
shout() { echo -e "${_c_blue}[-] ${*}${RST}";:;}
5353
lshout() { echo -e "${_c_blue}-> ${*}${RST}";:;}
5454
msg() { echo -e "${*} \e[0m" >&2;:;}
55-
# lshout () { echo -e "${*}";:; }
56-
5755

5856
trim_quotes() {
5957
# Usage: trim_quotes "string"

0 commit comments

Comments
 (0)