adds hm alias

This commit is contained in:
2024-11-02 21:45:23 +01:00
parent a2a04deb26
commit d0f795db57

View File

@@ -8,6 +8,11 @@ alias docker-compose='docker compose'
alias gg='git pull' alias gg='git pull'
alias gl='git log --stat' alias gl='git log --stat'
# Home Manager Configuration
alias hm='cd $HOME/dotfiles/config/home-manager/ && home-manager'
alias hmnews='hm news --flake .#$DOTF_HOSTNAME'
alias hmswitch='hm switch --flake .#$DOTF_HOSTNAME --impure'
# Modern tools aliases # Modern tools aliases
alias l="eza --header --long --git --group-directories-first --group --icons --color=always --sort=name --hyperlink -o --no-permissions" alias l="eza --header --long --git --group-directories-first --group --icons --color=always --sort=name --hyperlink -o --no-permissions"
alias ll='l' alias ll='l'