mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
interactive operation fix
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user