.
This commit is contained in:
parent
3af0c45c30
commit
419be6b362
2
.alias
2
.alias
@ -4,4 +4,4 @@ alias weather='curl http://v2.wttr.in/Stockholm'
|
|||||||
alias gpg='gpg2'
|
alias gpg='gpg2'
|
||||||
alias ls_dotfiels='/usr/bin/git --git-dir=$HOME/.dotfiles ls-tree --full-tree -r --name-only HEAD'
|
alias ls_dotfiels='/usr/bin/git --git-dir=$HOME/.dotfiles ls-tree --full-tree -r --name-only HEAD'
|
||||||
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 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'
|
alias mariadb='kubectl -n mariadb exec -it $(kubectl -n mariadb get pod --selector=app.kubernetes.io/instance=mariadb --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}") -- mysql'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Nextcloud
|
Name=Nextcloud
|
||||||
GenericName=File Synchronizer
|
GenericName=File Synchronizer
|
||||||
Exec=/usr/bin/nextcloud
|
Exec="/usr/bin/nextcloud" --background
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=Nextcloud
|
Icon=Nextcloud
|
||||||
Categories=Network
|
Categories=Network
|
||||||
|
Loading…
Reference in New Issue
Block a user