diff options
author | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:30:25 +0200 |
---|---|---|
committer | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:30:25 +0200 |
commit | 9fedeab50203e04a88d7fa94b6f7329c4f9c22ae (patch) | |
tree | f9120ba6704816e30c0525eae3d4347d9bcac431 /dotfiles/cheat/commands | |
parent | be1f6aa1bf9c443f92728458db561f34b40c18ed (diff) | |
download | dotfiles_dotdrop-9fedeab50203e04a88d7fa94b6f7329c4f9c22ae.tar.xz dotfiles_dotdrop-9fedeab50203e04a88d7fa94b6f7329c4f9c22ae.zip |
Add some usefull command
Diffstat (limited to '')
-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 +``` |