diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-13 16:18:29 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-13 16:18:29 -0700 |
| commit | 729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794 (patch) | |
| tree | 65e336c8324eeed0778c013e547b0f229d5ebd89 /.bashrc | |
| parent | 68bac35e0dc5e7defe6825826de0bd312b14b197 (diff) | |
| download | eibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.tar.gz eibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.tar.zst eibhear-729c4cd8dcd3565d6c9de79d04a9ee0ed02a9794.zip | |
mkd fix
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
