all repos

dotfiles @ 394d56fa6908da5418a6e5e21ce1050e587afd32

my dotfiles

bashrc (view raw)

1
2
3
4
5
6
7
8
9
[[ $- != *i* ]] && return
PS1='\e[36m\w\e[39m '

source ~/.profile

alias ls='ls --color=auto'
alias cls='clear'
alias ..='cd ..'
alias py='python3'