Forgot to push for ages

This commit is contained in:
Jonathan Hodgson 2021-04-14 16:15:46 +01:00
parent e17a042f52
commit 9d8c010bad
25 changed files with 2069 additions and 18 deletions

View file

@ -3,6 +3,7 @@ title: The switch to ZSH
tags:
- Pentesting
- Linux
- ZSH
description: ZSH is great shell but in this blog I explain some of the annoyances I've had with it, as well as some of the benefits.
date: 2020-02-29
---
@ -62,3 +63,5 @@ If you try this in ZSH, it won't work. Why? Because ZSH's implementation resets
```zsh
stty raw -echo; fg <enter><enter>
```
[Read more about upgrading shells](/blog/upgrading-reverse-shells.html)