From 9308d0b9d468948bb962e45a27fddf11668fb6b1 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Dec 2020 09:52:32 +0100 Subject: [PATCH] added mariadb alias --- .alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.alias b/.alias index ca67ee8..dde95f3 100644 --- a/.alias +++ b/.alias @@ -6,4 +6,4 @@ alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' alias ls_dotfiels='/usr/bin/git --git-dir=$HOME/.dotfiles ls-tree --full-tree -r --name-only HEAD' alias t="todo.sh" alias gl='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit --date=relative' -alias mariadb='kubectl exec -it $(kubectl get pod --selector=app=mariadb --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}") -- mysql -p' +alias mariadb='kubectl exec -it $(kubectl get pod --selector=app=mariadb --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}") -- mysql'