mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
ff00b234f1
Removed VIM plugins
11 lines
491 B
Bash
11 lines
491 B
Bash
alias gti='git'
|
|
alias tmux='tmux -2'
|
|
alias less='less -R'
|
|
alias diff='colordiff'
|
|
alias dc='cd'
|
|
alias nethack-online='ssh nethack@nethack.alt.org ; clear'
|
|
alias tron-online='ssh sshtron.zachlatta.com ; clear'
|
|
alias yams='find . -type f -name "*.yml*" | sed "s|\./||g" | egrep -v "(\.kitchen/|\[warning\]|\.molecule/)" | xargs yamllint -f parsable'
|
|
alias glog='git log --oneline --graph --color --all --decorate'
|
|
alias steam-wine='wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe'
|