diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:28:10 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-09-04 12:28:10 +0200 |
commit | 661605170322a3f7eff49f733fa2e0b25038ef22 (patch) | |
tree | d4df4004e7257dcfd8b3301f0a15b1b3f5493da6 /Cheatsheet.md | |
parent | 80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15 (diff) | |
parent | 1b3e150d482e9e9e95c566f8f68ae833032c28f0 (diff) | |
download | dotfiles-661605170322a3f7eff49f733fa2e0b25038ef22.tar.gz dotfiles-661605170322a3f7eff49f733fa2e0b25038ef22.zip |
Merge branch 'master' of github.com:JakobST1n/dotfiles
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 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 |