interactive operation fix

This commit is contained in:
2021-09-23 16:25:25 +09:00
parent 0c1a4fac21
commit 4466fb0dbc

View File

@ -1,5 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
figlet -w 100 "JaeUs-Device"
end
set fish_color_normal brcyan
set fish_color_autosuggestion '#7d7d7d'
@ -16,5 +17,4 @@ alias paruunlock="sudo rm /var/lib/pacman/db.lck"
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
alias ytv-best="youtube-dl -f bestvideo+bestaudio "
figlet -w 100 "JaeUs-Device"
starship init fish | source