Compare commits

..

No commits in common. "5bf491847dad7bebb1d2b2fb6c5f4da8f9b7851a" and "3dc5f91cc48a57cb11097d0ffdf59fa22c094217" have entirely different histories.

View file

@ -19,7 +19,7 @@ def lt [] { ls | sort-by type name -i | grid -c | str trim }
alias j = joshuto
alias e = hx .
alias code = cd ~/dev/
alias code = cd /Barium/repos/
# Go to the repository with the name and start a nix development shell there.
# If no argument is given a nix development shell will be started in the current dir.
@ -28,7 +28,7 @@ def --env dev [project?: string, --nonix (-n)] {
# Switch directory to the project in case a name was passed
if $project != null {
let path = $"~/dev/($project)"
let path = $"/Barium/repos/($project)"
if ($path | path exists) {
cd $path
} else {