Update config

This commit is contained in:
alvinlollo
2026-02-20 15:57:01 +11:00
parent cb55308ff7
commit 26bf8d530d
10 changed files with 58 additions and 21 deletions
+10 -3
View File
@@ -124,6 +124,16 @@ update () {
}
tree () {
if [ "$1" >/dev/null ]; then
eza --tree --git --no-time --no-permissions --level $1
else
eza --tree --git --no-time --no-permissions
fi
}
# Sudo last command with control + u
zle -N sudo-last-command-execute
@@ -148,6 +158,3 @@ export YDOTOOL_SOCKET=/tmp/.ydotool_socket
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# Eza (Better ls)
#alias ls="eza --long --no-time --git --icons=never --no-permissions"
alias tree="eza --tree --lonf --git --no-permissions --level"