This commit is contained in:
2023-11-29 12:47:39 +01:00
parent b044cdcc02
commit cd02dad22f
2 changed files with 11 additions and 10 deletions

View File

@@ -2,6 +2,12 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
# functions and changes
set -U fish_prompt_pwd_dir_length 0
function fish_greeting
neofetch --ascii /etc/neofetch/ascii/st_combadge.ascii --config /etc/neofetch/config.conf
end
# A few aliases for exa, a ls replacement
alias ll="exa --sort Name --long --header"
alias la="exa --sort Name --long --all --header"
@@ -14,8 +20,3 @@ alias ls="exa --sort Name --header"
# other aliases
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