mirror of
https://github.com/acedanger/shell.git
synced 2026-03-25 02:01:51 -07:00
refactor: Update my-aliases.zsh and setup.sh for improved eza alias management
This commit is contained in:
@@ -384,7 +384,14 @@ grep -v "^alias fzf=" | \
|
||||
grep -v "^alias ls=" | \
|
||||
grep -v "^alias ll=" | \
|
||||
grep -v "^alias la=" | \
|
||||
grep -v "^alias l=" > "$ALIASES_FILE"
|
||||
grep -v "^alias l=" | \
|
||||
grep -v "^alias tree=" | \
|
||||
grep -v "^alias lt=" | \
|
||||
grep -v "^alias llt=" | \
|
||||
grep -v "^alias lg=" | \
|
||||
grep -v "^alias lh=" | \
|
||||
grep -v "^alias lr=" | \
|
||||
grep -v "^alias lx=" > "$ALIASES_FILE"
|
||||
|
||||
# Function to check for command existence and add appropriate alias
|
||||
add_conditional_alias() {
|
||||
|
||||
Reference in New Issue
Block a user