From: Oleg Broytman Date: Fri, 1 Oct 2021 16:16:25 +0000 (+0300) Subject: Add `cgmn` as a symlink to `cgmem_nice` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=6fac02bd8ab3019920905687bac07e86c9b39c59 Add `cgmn` as a symlink to `cgmem_nice` --- 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