Skip to content

Commit

Permalink
refactor(alias): Update Aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmoy committed Jun 17, 2024
1 parent 9da8c6d commit b2b5fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliases/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
ls = "eza";
ll = "eza";
nx = "cd ~/.dotfiles/nixos-config/";
nd = "nix develop -c $env.SHELL";
pp = "cd ~/PersonalProjects";
qp = "cd ~/QontoProjects";
ga = "git add";
gaa = "git add --all";
gb = "git branch";
Expand Down

0 comments on commit b2b5fcc

Please sign in to comment.