bashrc vimrc zshrc 备份

alias ll='ls -alh --color=auto'
alias grep='grep --color=auto'

PMT_COLOR="\[$(tput bold)$(tput setab 0)$(tput setaf 2)\]"
PMT_RESET="\[$(tput sgr0)\]"
export PS1="${PMT_COLOR}\u \A \w >>>${PMT_RESET} "
alias ll='ls -alh --color=always'
export PS1='%F{magenta}%B%n@%~ $ %b%f'
set mouse=v
set number
set ts=4
set expandtab
set autoindent
syntax on
set hlsearch
set nowrapscan
posted @ 2022-04-23 00:02  seliote  阅读(25)  评论(0)    收藏  举报