From 02ca9616237731b554b9470681d8a6714756e4ad Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 22 Jul 2021 16:20:37 +0200 Subject: [PATCH] bin: rename colorman -> ,man --- bin/{colorman => ,man} | 0 files/bashrc | 3 --- 2 files changed, 3 deletions(-) rename bin/{colorman => ,man} (100%) diff --git a/bin/colorman b/bin/,man similarity index 100% rename from bin/colorman rename to bin/,man diff --git a/files/bashrc b/files/bashrc index f5d1cf5..9eef5e1 100644 --- a/files/bashrc +++ b/files/bashrc @@ -168,9 +168,6 @@ fi alias ll="ls -l" alias lla="la -l" -# Use my colorman wrapper if available. -command -v colorman >/dev/null && alias man=colorman - alias g='git' alias v='nvim' alias vim='nvim'