From cd1692a4727d60d9357043f3ead94824cb2a55ba Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Thu, 23 May 2024 19:44:11 +0200 Subject: [PATCH] drop mx alias --- bash/.bash_aliases | 7 ++++++- bash/mx | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 bash/mx diff --git a/bash/.bash_aliases b/bash/.bash_aliases index 507f1c7..fc34037 100755 --- a/bash/.bash_aliases +++ b/bash/.bash_aliases @@ -37,7 +37,6 @@ function calc { } alias cls="clear" -alias mx="tmux a" alias vimdiff="nvim -d" alias cp='cp -iv' # Preferred 'cp' implementation @@ -198,3 +197,9 @@ ghce() { GH_DEBUG="$GH_DEBUG" GH_HOST="$GH_HOST" gh copilot explain "$@" } + +dlog() { + docker start $1 + docker logs -f $1 +} + diff --git a/bash/mx b/bash/mx new file mode 100755 index 0000000..1ef9f04 --- /dev/null +++ b/bash/mx @@ -0,0 +1,3 @@ +#!/bin/bash +tmux a +