From 257581b61db59307553471397a6016b2682126a3 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 1 Feb 2020 19:14:40 +0530 Subject: 3 to 2 --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 78c0ebc..69f5442 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -106,9 +106,9 @@ alias key="vim $HOME/.config/sxhkd/sxhkdrc" alias wm="vim ~/.config/bspwm/bspwmrc" alias f="ranger" alias bb="cat /proc/acpi/bbswitch" -alias ncu="nmcli connection up " -alias nct="nmtui-connect" -alias ncd="nmcli connection down " +alias nu="nmcli connection up " +alias nt="nmtui-connect" +alias nd="nmcli connection down " alias pg="ping google.com" alias weather="curl wttr.in" alias py="/bin/python" -- cgit v1.2.3