add zshrc
This commit is contained in:
parent
aeaf641596
commit
4ccda5d202
19
zshrc
Normal file
19
zshrc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Use powerline
|
||||||
|
USE_POWERLINE="true"
|
||||||
|
# Source manjaro-zsh-configuration
|
||||||
|
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
|
||||||
|
source /usr/share/zsh/manjaro-zsh-config
|
||||||
|
fi
|
||||||
|
# Use manjaro zsh prompt
|
||||||
|
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
|
||||||
|
source /usr/share/zsh/manjaro-zsh-prompt
|
||||||
|
fi
|
||||||
|
|
||||||
|
#alias cp="cp -i" # confirm before overwriting something
|
||||||
|
#alias df='df -h' # human-readable sizes
|
||||||
|
#alias free='free -m' # show sizes in MB
|
||||||
|
#alias np='nano -w PKGBUILD'
|
||||||
|
#alias more=less
|
||||||
|
alias cls=clear
|
||||||
|
|
||||||
|
eval "$(rbenv init - zsh)"
|
Loading…
Reference in New Issue
Block a user