Added vim state

This commit is contained in:
Jonas Forsberg
2020-07-31 15:12:20 +02:00
parent c936a030a4
commit 4e2fdd73e7
7 changed files with 32 additions and 7 deletions

1
.alias
View File

@@ -6,3 +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 salt='sudo salt-call --local "$@"'