diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-14 10:41:11 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-14 10:41:11 +0900 |
| commit | d0bc9d7fd4ff965b4bae4702c47dfc473bdcd86b (patch) | |
| tree | 7eace8f8f8af22c992a8fd5a8cbf0d0bca5ca8ce /mac/.config/shell/aliasrc | |
| parent | fafa00ce22d886a717c1af83c9bb67fdb904a16b (diff) | |
updates
Diffstat (limited to 'mac/.config/shell/aliasrc')
| -rw-r--r-- | mac/.config/shell/aliasrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc index 46e2eb1..cf2b01c 100644 --- a/mac/.config/shell/aliasrc +++ b/mac/.config/shell/aliasrc @@ -43,6 +43,9 @@ alias .....='../../../..' # abook alias abook='abook -f ~/.config/abook/addressbook' +# avante +alias avt='nvim -c "lua vim.defer_fn(function()require(\"avante.api\").zen_mode()end, 100)"' + # bat alias bath='bat cache --build' alias can='bat -n' @@ -485,7 +488,7 @@ alias xauto='xrandr --auto' alias xoff='xset s off -dpms' # yazi -alias y='yazi' +alias i='yazi' # zathura alias za='zathura' |
