1
0

neovim changes

This commit is contained in:
2025-01-25 22:22:13 +01:00
parent 4c1db847d5
commit 565cbf064a
14 changed files with 253 additions and 199 deletions

View File

@@ -13,8 +13,13 @@ alias us 'layout -t us'
alias sv 'layout -t se'
# SSH
alias louis 'echo "$(set_color red)You changed this dimwit, use \'vpn\' instead"'
alias louis 'vpn --enable && ssh anton@192.168.178.48'
alias wgon 'echo "$(set_color red)You changed this dimwit, use \'vpn\' instead"'
alias wgoff 'echo "$(set_color red)You changed this dimwit, use \'vpn\' instead"'
# Git
alias glog 'git log --graph --abbrev-commit --decorate --format=format:\'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)\''
alias gref 'git show -s --pretty=reference '
#alias glog 'git log --graph --abbrev-commit --decorate --format=format:\'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)\''
#alias gref 'git show -s --pretty=reference '
alias glog 'git lg'
alias gref 'git ref'