mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
sync: from Linux
This commit is contained in:
parent
485d7eada5
commit
dc4647915f
6 changed files with 39 additions and 3 deletions
15
platforms/linux/zshrc
Normal file
15
platforms/linux/zshrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Use powerline
|
||||
USE_POWERLINE="true"
|
||||
# Has weird character width
|
||||
# Example:
|
||||
# is not a diamond
|
||||
HAS_WIDECHARS="false"
|
||||
alias open=dolphin
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue