mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
9 lines
195 B
Bash
9 lines
195 B
Bash
export VISUAL="vim"
|
|
[[ $- != *i* ]] && return
|
|
alias ls='ls --color=auto'
|
|
PS1='\e[36m\w\e[39m '
|
|
alias cls='clear'
|
|
alias py='python3'
|
|
alias ipy='ipython3'
|
|
alias py3='python3'
|
|
alias ipy3='ipython3'
|