mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
9 lines
149 B
Bash
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'
|