From f6346624e999b765a74844a79e4a302023666e22 Mon Sep 17 00:00:00 2001 From: Lody Borgers Date: Thu, 18 Nov 2021 22:57:12 +0100 Subject: [PATCH] Added aliases for vtop and top --- README.md | 2 +- oh-my-zsh/custom/aliases-misc.zsh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6db9f8..0dcf852 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # My `.dotfiles` -version: 1.3.1 +version: 1.4.0 This repo is my collection of dotfiles that I use across setups (like personal and work computers). It's based on and heavily influenced on a number of other people's work (referenced in [credits](#credits)). diff --git a/oh-my-zsh/custom/aliases-misc.zsh b/oh-my-zsh/custom/aliases-misc.zsh index 6aa9265..4ae1b73 100644 --- a/oh-my-zsh/custom/aliases-misc.zsh +++ b/oh-my-zsh/custom/aliases-misc.zsh @@ -2,3 +2,5 @@ alias grep='grep --color' alias edit_zshrc='${EDITOR} ~/.zshrc_local' alias edit_dotfiles_zshrc='${EDITOR} $DOTFILES/zsh/zshrc' alias restart_zsh='clear && exec zsh -l' +alias top='vtop --theme brew' +alias oldtop='top' \ No newline at end of file