From 9fedeab50203e04a88d7fa94b6f7329c4f9c22ae Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 26 Jun 2020 11:30:25 +0200 Subject: Add some usefull command --- dotfiles/cheat/commands | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/cheat/commands b/dotfiles/cheat/commands index 97300f2..7e5214a 100644 --- a/dotfiles/cheat/commands +++ b/dotfiles/cheat/commands @@ -22,3 +22,19 @@ $ cp monfidefoudefoudefou[c]hieffffffffffr dir (8) => Alt-D : Erase from cursor to the end of word (9) => Ctrl-U : Erase from cursor to the start of line (10) => Ctrl-K : Erase from cursor to the end of line + +# Useful non default command + +## Better ls +https://github.com/ogham/exa + +``` +exa +``` + +## Better cat +https://github.com/sharkdp/bat + +``` +bat +``` -- cgit v1.2.1