all repos

dotfiles @ 4901ad0581d9ed21c72391a4e3a1198b12f38d97

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'