From 6fac02bd8ab3019920905687bac07e86c9b39c59 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Oct 2021 19:16:25 +0300 Subject: [PATCH] Add `cgmn` as a symlink to `cgmem_nice` --- .bash_completion.d/cgmem_nice | 2 +- bin/cgmn | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 bin/cgmn diff --git a/.bash_completion.d/cgmem_nice b/.bash_completion.d/cgmem_nice index 5ed041b..ee553f9 100644 --- a/.bash_completion.d/cgmem_nice +++ b/.bash_completion.d/cgmem_nice @@ -9,4 +9,4 @@ _cgmem_nice() fi } -complete -F _cgmem_nice cgmem_nice +complete -F _cgmem_nice cgmem_nice cgmn diff --git a/bin/cgmn b/bin/cgmn new file mode 120000 index 0000000..48c5ae3 --- /dev/null +++ b/bin/cgmn @@ -0,0 +1 @@ +cgmem_nice \ No newline at end of file -- 2.39.2