Added .+ aliases to zsh.nix

This commit is contained in:
Random936 2024-06-21 20:05:35 -07:00
parent 52c5a10987
commit 662c093024

View File

@ -22,6 +22,12 @@
initExtra = '' initExtra = ''
export PATH=$PATH:~/.cargo/bin export PATH=$PATH:~/.cargo/bin
function .. { cd .. }
function ... { cd ../.. }
function .... { cd ../../.. }
function ..... { cd ../../../../.. }
function ...... { cd ../../../../../.. }
function ....... { cd ../../../../../../.. }
''; '';
plugins = [ plugins = [