This commit is contained in:
Bryan Ramos 2023-06-07 14:39:36 -04:00
parent 0cf7ddf1f9
commit 9509987bce
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,9 @@
''
export EDITOR=nvim
alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'";
alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'";
function cdg() {
if [[ $1 == "--help" ]]; then
echo "A simple utility for navigating to the root of a git repo"