adds hm alias
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -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'
|
||||||
|
Reference in New Issue
Block a user