diff options
Diffstat (limited to 'Cheatsheet.md')
-rw-r--r-- | Cheatsheet.md | 15 |
1 files changed, 14 insertions, 1 deletions
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 |