Updated dots
This commit is contained in:
1
.config/distrobox/distrobox.conf
Normal file
1
.config/distrobox/distrobox.conf
Normal file
@@ -0,0 +1 @@
|
||||
container_always_pull="1"
|
||||
6
.zshrc
6
.zshrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user