mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
interactive operation fix
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
figlet -w 100 "JaeUs-Device"
|
||||||
end
|
end
|
||||||
set fish_color_normal brcyan
|
set fish_color_normal brcyan
|
||||||
set fish_color_autosuggestion '#7d7d7d'
|
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 update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
alias ytv-best="youtube-dl -f bestvideo+bestaudio "
|
alias ytv-best="youtube-dl -f bestvideo+bestaudio "
|
||||||
|
|
||||||
figlet -w 100 "JaeUs-Device"
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|||||||
Reference in New Issue
Block a user