From a77563ee1044ffa03f7c49e457a5f7c9f943188f Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 4 Sep 2021 12:04:14 +0200 Subject: Add some things --- Cheatsheet.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Cheatsheet.md') diff --git a/Cheatsheet.md b/Cheatsheet.md index 7412f94..e91d69c 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -1,5 +1,18 @@ # Cheatsheet -Cheatsheets for different terminal things. +Cheatsheets for different things in this repo. + +## ZSH + +These are things that are in my zshrc file and such. + +#### Aliases + +- `lsp` `ps -ax | grep ` +- `lsa` `ls -la` +- `lsg` `ls | grep` +- `lsag` `ls -la | grep ` + +On linux `pbcopy` and `pbpase` behaves the same as they do on MacOS (given that `xsel` is installed). ## Vim -- cgit v1.2.3