aboutsummaryrefslogtreecommitdiff
path: root/Cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'Cheatsheet.md')
-rw-r--r--Cheatsheet.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/Cheatsheet.md b/Cheatsheet.md
index ae2cec1..e19765f 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