summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-13 16:18:29 -0700
committerLuke <luke@lukesmith.xyz>2018-02-13 16:18:29 -0700
commit729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794 (patch)
tree65e336c8324eeed0778c013e547b0f229d5ebd89 /.bashrc
parent68bac35e0dc5e7defe6825826de0bd312b14b197 (diff)
downloadeibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.tar.gz
eibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.tar.zst
eibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.zip
mkd fix
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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