From 8834a5266d280a523d6b00edde4c57925ad2192d Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 17 Jul 2023 08:32:05 +0200 Subject: [PATCH] Alias for last command --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 4a48a72..85693e5 100644 --- a/zshrc +++ b/zshrc @@ -72,6 +72,10 @@ alias ipa='ip a' # less with raw character alias less='less -r' #alias less='less --quiet' +# Call last command +alias pp='fc -e -' +# Call last command in edit mode +alias ppe='fc' # fdfind ## disregard vcs ignore files (.gitignore…) as homedir is a git repository…