]> git.phdru.name Git - dotfiles.git/commitdiff
Add `cgmn` as a symlink to `cgmem_nice`
authorOleg Broytman <phd@phdru.name>
Fri, 1 Oct 2021 16:16:25 +0000 (19:16 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 1 Oct 2021 16:16:25 +0000 (19:16 +0300)
.bash_completion.d/cgmem_nice
bin/cgmn [new symlink]

index 5ed041b87634f7d3ad8c21d11303f4f719a752de..ee553f989b8abdc79524d0672f367cffb4e914e6 100644 (file)
@@ -9,4 +9,4 @@ _cgmem_nice()
    fi
 }
 
    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 (symlink)
index 0000000..48c5ae3
--- /dev/null
+++ b/bin/cgmn
@@ -0,0 +1 @@
+cgmem_nice
\ No newline at end of file