This commit is contained in:
2023-11-29 12:24:15 +01:00
parent dbebf1f09e
commit b044cdcc02
4 changed files with 907 additions and 6 deletions

View File

@@ -12,4 +12,10 @@ alias lta="exa --sort Name --long --tree --all --header"
alias ls="exa --sort Name --header"
# other aliases
alias copy='rsync -ah --progress'
alias copy='rsync -ah --progress'
# functions and changes
set -U fish_prompt_pwd_dir_length 0
function fish_greeting
neofetch --ascii /etc/neofetch/ascii/st_combadge.ascii
end