From 18af1b323db855afbdd549c944c030d60c81f27e Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 27 Apr 2026 13:58:42 -0700 Subject: [PATCH] added history alias --- .config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index bac3361..bf7345c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -135,6 +135,8 @@ alias pkg-aur='nvim ~/Code/arch-ansible/scripts/aur-pkg-install.sh' alias wgup='nmcli connection up wg0' alias wgdown='nmcli connection down wg0' +alias history='history 0' + ####################################################### # FUNCTIONS #######################################################