dotfiles/xonsh/nahida.xsh
2024-11-07 16:25:41 -07:00

15 lines
293 B
Text

#
# Dotfile specifics for Nahida
#
# Path
# Note: lower in the list = higher priority
PATH_ADDS = [ ]
# Aliases
#aliases['ls'] = 'eza -gb'
aliases['tree'] = 'eza --tree'
# Use "rebuild" as a platform-agnostic rebuilding system.
aliases['rebuild'] = 'sudo nixos-rebuild --flake ~/dotfiles'