1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

added 'cl' alias to 'clear' command

This commit is contained in:
XNM
2023-11-13 20:40:01 +02:00
parent 4c2887b202
commit e6e9aca499

View File

@@ -2,6 +2,7 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
alias cl="clear"
alias conf="z ~/.config"
alias nixos="z /etc/nixos"
alias store="z /nix/store"