diff --git a/bash/.bashrc b/bash/.bashrc index a898465..b55c87a 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -98,6 +98,8 @@ export NNN_FALLBACK_OPENER=xdg-open # nnn bookmarks, format of key:path export NNN_BMS='d:~/Downloads;h:~;m:/s/movies;t:/s/tv' +### docker stuff +alias dcrestart='docker-compose stop $1; docker-compose up -d; docker-compose logs -f $1' [ -f ~/.fzf.bash ] && source ~/.fzf.bash