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

17 lines
347 B
Text

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