From fdee7340ac18b0866abf0c44643f4c937fc4cf80 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 8 Feb 2021 22:44:13 +0100 Subject: rad changes --- .bashrc | 1 + .profile | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.bashrc b/.bashrc index 356658b..90523a0 100644 --- a/.bashrc +++ b/.bashrc @@ -25,3 +25,4 @@ alias docker="sudo docker" alias docker-compose="sudo docker-compose" alias systemctl="sudo systemctl" alias please="sudo !!" +alias docker-compose-hard-refresh="sudo docker-compose pull && sudo docker-compose up -d" diff --git a/.profile b/.profile index b33b6e9..0a8defc 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,10 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi +mesg n 2> /dev/null || true -- cgit v1.3