From ddf4ff1f1460e1e993c2a3a021c0eda99e31524c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 23 Jun 2026 19:13:34 +0000 Subject: [PATCH] dotfiles v1.1.1 --- .config/fish/conf.d/aliases.fish | 10 +++++----- .config/fish/config.fish | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/fish/conf.d/aliases.fish b/.config/fish/conf.d/aliases.fish index 3f13c1f..6005cd3 100644 --- a/.config/fish/conf.d/aliases.fish +++ b/.config/fish/conf.d/aliases.fish @@ -32,15 +32,15 @@ abbr -a -- gm 'git merge' abbr -a -- gr 'git rebase' abbr -a -- gcl 'git clone' -abbr -a -- ls 'ls -F --color=auto' -abbr -a -- ll 'ls -l --color=auto' -abbr -a -- la 'ls -la --color=auto' -abbr -a -- tree 'tree -C' +alias ls 'ls -F --color=auto' +alias ll 'ls -l --color=auto' +alias la 'ls -la --color=auto' +alias tree 'tree -C' abbr -a -- .. 'cd ..' abbr -a -- ... 'cd ../..' -abbr -a -- rmf 'rm -rf' +alias rmf 'rm -rf' # --- Functions ---------------------------------------------------------------- # For anything beyond a simple abbreviation, define a function. diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f9bc9e6..3be4d7d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -38,7 +38,7 @@ # DOTFILES_DIR holds the template files; DOTFILES_BACKUP_DIR holds backups # and the last-update-check timestamp. -set -g DOTFILES_VERSION "1.1.0" +set -g DOTFILES_VERSION "1.1.1" # --- Remote repository (set this to enable auto-updates) -------------------- # Example: