Rebase and add docker stuff

This commit is contained in:
jon
2023-12-10 09:42:45 -06:00
parent 350fca00ef
commit 14f95c42c6

View File

@@ -98,6 +98,8 @@ export NNN_FALLBACK_OPENER=xdg-open
# nnn bookmarks, format of key:path # nnn bookmarks, format of key:path
export NNN_BMS='d:~/Downloads;h:~;m:/s/movies;t:/s/tv' 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 [ -f ~/.fzf.bash ] && source ~/.fzf.bash