dotfiles/zsh/.zshrc

24 lines
476 B
Bash
Raw Normal View History

2022-03-06 21:45:05 +00:00
# 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"
alias more="less"
alias weather="curl wttr.in"
alias ll="ls -la"
2022-03-08 07:52:59 +00:00
export PATH=/home/clint/.scripts/:$PATH
export TERMINAL=alacritty
export BROWSER=firefox
2022-03-06 21:45:05 +00:00
pfetch