neovim changes
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user