Fix motd and filesize
This commit is contained in:
parent
7b4ce56d98
commit
064f685cf7
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
neofetch --title_fqdn on
|
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
set TERM xterm-256color
|
set TERM xterm-256color
|
||||||
|
function fish_greeting
|
||||||
|
status --is-login
|
||||||
|
if [ $status != 0 ]
|
||||||
|
neofetch --title_fqdn on
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
font=VictorMono Nerd Font Mono:style=Regular:size=11
|
font=VictorMono Nerd Font Mono:style=Regular:size=10
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.8
|
alpha=0.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue