drop mx alias
parent
648d141eb3
commit
cd1692a472
|
@ -37,7 +37,6 @@ function calc {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
alias mx="tmux a"
|
|
||||||
|
|
||||||
alias vimdiff="nvim -d"
|
alias vimdiff="nvim -d"
|
||||||
alias cp='cp -iv' # Preferred 'cp' implementation
|
alias cp='cp -iv' # Preferred 'cp' implementation
|
||||||
|
@ -198,3 +197,9 @@ ghce() {
|
||||||
|
|
||||||
GH_DEBUG="$GH_DEBUG" GH_HOST="$GH_HOST" gh copilot explain "$@"
|
GH_DEBUG="$GH_DEBUG" GH_HOST="$GH_HOST" gh copilot explain "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dlog() {
|
||||||
|
docker start $1
|
||||||
|
docker logs -f $1
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue