v1?
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user