sync: from Linux

This commit is contained in:
js0ny 2024-12-19 19:57:47 +00:00
parent 485d7eada5
commit dc4647915f
6 changed files with 39 additions and 3 deletions

15
platforms/linux/zshrc Normal file
View 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