all repos

dotfiles @ 89d3d6186ea01dedf56ccb7d3e512e168a9011f2

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'