dotfiles/bashrc
Smirnov Olexandr 394d56fa69 🔖 Update config
2020-10-31 22:52:51 +02:00

9 lines
149 B
Bash

[[ $- != *i* ]] && return
PS1='\e[36m\w\e[39m '
source ~/.profile
alias ls='ls --color=auto'
alias cls='clear'
alias ..='cd ..'
alias py='python3'