Adding zoxide

This commit is contained in:
Tipragot 2024-07-11 10:08:25 +02:00
parent 641b21f733
commit 87f41d7022
6 changed files with 6 additions and 6 deletions

View file

@ -4,9 +4,9 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.2.1'
pkgver='0.2.3'
pkgrel='1'
depends=('tos-desktop-core' 'alacritty' 'fish' 'bat' 'exa')
depends=('tos-desktop-core' 'alacritty' 'fish' 'bat' 'exa' 'zoxide')
source=('config.toml' 'config.fish')
cksums=('SKIP' 'SKIP')

View file

@ -1,4 +1,4 @@
if status is-interactive
alias ls exa
alias cat bat
end
alias ls='exa -A'
alias cat='bat'
zoxide init fish | source

Binary file not shown.

Binary file not shown.