https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12
module jolheiser { export alias cat = bat export alias find = fd export alias df = duf export alias du = dust -b -d 1 export alias ll = eza -al } $env.EDITOR = 'hx' $env.SSH_AUTH_SOCK = '/run/user/1000/ssh-agent' use jolheiser *