diff options
Diffstat (limited to 'dotfiles/cheat')
-rw-r--r-- | dotfiles/cheat/commands | 16 |
1 files changed, 16 insertions, 0 deletions
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 +``` |