all repos

dotfiles @ a1e9905bf9dc6767b5716bcea5f9fac39e7f6db5

my dotfiles

bashrc (view raw)

1
2
3
4
5
6
7
8
9
export VISUAL="vim"
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='\e[36m\w\e[39m '
alias cls='clear'
alias py='python3'
alias ipy='ipython3'
alias py3='python3'
alias ipy3='ipython3'