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

Fix for env var

This commit is contained in:
2018-02-16 09:34:15 +01:00
parent b05fe4d977
commit 7477647966

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 'TERM=xterm ssh'
alias ssh 'env TERM=xterm ssh'
## Grepping
alias findfile 'find . | grep -v .svn | grep -v .hg | grep -v .git | grep'