all repos

dotfiles @ 7c888331f8d5292e264cf1e66640f98444803edb

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'