drop mx alias

master
Dominik Madarász 2024-05-23 19:44:11 +02:00
parent 648d141eb3
commit cd1692a472
2 changed files with 9 additions and 1 deletions

View File

@ -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
}

3
bash/mx 100755
View File

@ -0,0 +1,3 @@
#!/bin/bash
tmux a