forked from yshui/.files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
34 lines (32 loc) · 796 Bytes
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by newuser for 4.3.10
export PS1='$vcs_info_msg_0_'$'%{\e[36;1m%}%#%{\e[0m%}'
export XMODIFIERS="@im=ibus"
export XIM="ibus"
export LC_CTYPE=zh_CN.utf8
export XIM_PROGRAM="ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export QTDIR=/opt/qt
export LPDEST=HP
if [ -x /bin/dircolors ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
alias grep='grep --color=always'
fi
alias less='less -R'
alias df='df -Th'
alias du='du -h'
alias free='free -m'
alias ll='ls -lha'
alias I='sudo pacman -Sy'
alias Ip='sudo powerpill -Sy'
alias U='sudo pacman -Syu'
alias Up='sudo powerpill -Syu'
alias S='pacman -Ss'
alias M='mkpkg'
alias C='sudo pacman -Scc'
alias L='pacman -Ql'
alias O='pacman -Qo'
alias P='pacman'
alias R='sudo pacman -Rsc'
source /etc/makepkg.conf