fix ls colors issue somehow...

This commit is contained in:
2014-10-20 16:41:14 -07:00
parent 0e22f67464
commit 153d70beb0
6 changed files with 20 additions and 5 deletions

View File

@@ -6,8 +6,10 @@ alias tmux_cb_to_remote_cb='tmux saveb - | linux_nc_paste_to_remote_clipboard'
alias timestamp='date +%s'
alias fn='find . -name '
alias prj='cd ~/Projects'
alias tox27='tox -e py27 --'
alias t27='tox -e py27 -- '
alias tvenv='tox -e venv -- '
alias reload_tmux='tmux source-file ~/.tmux.conf'
alias which='type'
# enables the sudoing of aliases.
alias sudo='sudo '