diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
commit | a77563ee1044ffa03f7c49e457a5f7c9f943188f (patch) | |
tree | 3d2c8174f6466eaebc08c12ebf3e323c05076aa8 /Cheatsheet.md | |
parent | f8c26c933396271813b669bd74e5eff5e67426ab (diff) | |
download | dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.tar.gz dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.zip |
Add some things
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 |