From 1ff06fca06957f77f560d40eeb17f0e788243211 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Tue, 12 Jan 2021 23:20:26 +0100 Subject: [PATCH] Updated zsh aliases --- .config/zsh/lib/20-aliases.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/lib/20-aliases.zsh b/.config/zsh/lib/20-aliases.zsh index 2ab0b6a..c7efaad 100644 --- a/.config/zsh/lib/20-aliases.zsh +++ b/.config/zsh/lib/20-aliases.zsh @@ -27,8 +27,8 @@ case `uname` in alias r="open -a" alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" alias nmap_localnet="nmap -sP 10.0.3.0/24" - alias fetch="curl -O" - alias htop="sudo htop" + alias fetch="curl -O" + alias htop="sudo htop" ;; Linux) # commands for Linux go here