Updated dots

This commit is contained in:
2025-03-13 12:40:47 +01:00
parent 576ed26a24
commit bb84bb4742
4 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1 @@
container_always_pull="1"

6
.zshrc
View File

@@ -137,9 +137,9 @@ source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
[[ ! -f ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh ]] || source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh
# To customize prompt, run `p10k configure` or edit ~/.config/zsh/p10k.zsh.
[[ ! -f ~/.config/zsh/p10k.zsh ]] || source ~/.config/zsh/p10k.zsh
[[ ! -f ~/.config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh ]] || source ~/.config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh
alias ls='ls --color=auto -a'
alias grep='grep --color=auto'
alias cat='bat'