From 729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 13 Feb 2018 16:18:29 -0700 Subject: [PATCH] mkd fix --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 042e242..5a7a91d 100644 --- a/.bashrc +++ b/.bashrc @@ -49,7 +49,7 @@ alias g="git" alias gitup="git push origin master" alias gitpass="git config --global credential.helper cache" alias tr="transmission-remote" -alias mkdir="mkdir -pv" +alias mkd="mkdir -pv" alias rf="source ~/.bashrc" alias ref="~/.config/Scripts/shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc alias bars="bash ~/.config/polybar/launch.sh" # Run Polybar relaunch script