all repos

dotfiles @ 94979102d2fbacaabba006aa063fa3b935d97316

i use rach linux btw

dotfiles/bashrc (view raw)

1
export VISUAL="vim"
2
[[ $- != *i* ]] && return
3
alias ls='ls --color=auto'
4
PS1='\u@\h \W \$ '
5
stty -ixon
6
7
alias cls='clear'
8
alias sl='ls'
9
alias cd..='cd ..'
10
alias py='python3'
11
alias py3='python3'
12
alias py2='python2'