Merge pull request #228 from JaKooLit/development

Development to main (whiptail edition)
This commit is contained in:
Ja.KooLit
2025-03-08 20:25:22 +09:00
committed by GitHub
29 changed files with 589 additions and 346 deletions

View File

@@ -25,10 +25,12 @@ source $ZSH/oh-my-zsh.sh
# fastfetch. Will be disabled if above colorscript was chosen to install
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
# Set-up icons for files/folders in terminal
alias ls='eza -a --icons'
alias ll='eza -al --icons'
alias lt='eza -a --tree --level=1 --icons'
# Set-up icons for files/folders in terminal using lsd
alias ls='lsd'
alias l='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias lt='ls --tree'
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
source <(fzf --zsh)