small updates & switched to zen browser

This commit is contained in:
2025-07-17 10:19:18 +03:00
parent 5bf08de339
commit 83201ab5db
19 changed files with 227 additions and 6224 deletions

View File

@@ -27,8 +27,9 @@ plugins=(
# HYDE_ZSH_OMZ_DEFER=1 # Set to 1 to defer loading of oh-my-zsh plugins ONLY if prompt is already loaded
# Aliases
alias l='eza -1h --icons=auto --sort=name --group-directories-first' # long list
alias ls='eza -l --icons=auto --sort=name --group-directories-first' # short list
alias ll='eza -lha --icons=auto --sort=name --group-directories-first' # long list all
alias дд='eza -lha --icons=auto --sort=name --group-directories-first' # sometimes i forget to change keyboard layout
# alias l='eza -1h --icons=auto --sort=name --group-directories-first' # long list
# alias ls='eza -l --icons=auto --sort=name --group-directories-first' # short list
# alias ll='eza -lha --icons=auto --sort=name --group-directories-first' # long list all
# alias дд='eza -lha --icons=auto --sort=name --group-directories-first' # sometimes i forget to change keyboard layout
# alias startwayvnc='wayvnc 100.108.196.99 > /dev/null 2>&1 & | disown'
# alias killwayvnc='killall wayvnc'