mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
updated alia
This commit is contained in:
parent
5325ef2752
commit
2356bd64c4
|
@ -1,9 +1,8 @@
|
|||
alias gti='git'
|
||||
alias tmux='tmux -2'
|
||||
#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'
|
||||
|
|
Loading…
Reference in a new issue