1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

256 color xterm

This commit is contained in:
2018-02-19 10:52:30 +01:00
parent 6c61c2261a
commit ab84c723a4

View File

@@ -65,7 +65,7 @@ alias gt 'git tag|less'
#alias gad 'git log --pretty='"'"'%at'"'"' | while read d; do date -d "@$d"; done | awk '"'"'{print $1}'"'"' | sort | uniq -c'
## SSH, for compatibility, as our terminfo now is non-standard 'tmux-256color-italic' in tmux
alias ssh 'env TERM=xterm ssh'
alias ssh 'env TERM=xterm-256color ssh'
## Grepping
alias findfile 'find . | grep -v .svn | grep -v .hg | grep -v .git | grep'