all repos

dotfiles @ c0c3113079aeb956f4fcf4c33b55d0ca7a9935ce

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'