From ea0a35f719fe4e22c5665fc4b60f457cbd309bb5 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 3 Jun 2023 08:59:09 -0400 Subject: [PATCH] Added alias --- homeConfig/dotfiles/bash/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index bfa3fec..0e65459 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -81,7 +81,8 @@ fi alias vim='nvim' alias v='nvim' alias ls='lsd' - + alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'" + alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'" ## # Custom Functions