Skip to content

Commit

Permalink
Added aliases for vtop and top
Browse files Browse the repository at this point in the history
  • Loading branch information
lodybo committed Nov 18, 2021
1 parent 909b5a0 commit f634662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 2 additions & 0 deletions oh-my-zsh/custom/aliases-misc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f634662

Please sign in to comment.