From 78d53ded88d77533a1d6ec9b717a1ca2a9526204 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 21 Nov 2024 11:12:38 -0500 Subject: [PATCH] fish: add pstree alias --- home/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 68d07fb..a7cd3f6 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -40,6 +40,7 @@ if status is-interactive alias ls 'ls -A --color=auto' alias ip 'ip -color=auto' alias tc 'tc -color=auto' + alias pstree 'pstree -UC age' alias tree 'tree -a' alias chown 'chown --preserve-root' alias chmod 'chmod --preserve-root'