Updata bashrc, vimrc

This commit is contained in:
Smirnov Sasha 2020-05-20 21:29:02 +03:00
parent e060239719
commit 2aa9b9ef5a
2 changed files with 23 additions and 25 deletions

8
bashrc
View file

@ -1,11 +1,9 @@
export VISUAL="vim"
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='\u@\h \W \$ '
stty -ixon
PS1='\e[36m\w\e[39m '
alias cls='clear'
alias sl='ls'
alias cd..='cd ..'
alias py='python3'
alias ipy='ipython3'
alias py3='python3'
alias ipy3='ipython3'