fixed mfetch
parent
5206a65415
commit
7a5a3f95ee
2
.zshrc
2
.zshrc
|
|
@ -203,7 +203,7 @@ alias dbs="distrobox stop"
|
|||
|
||||
alias fig="find | grep"
|
||||
|
||||
alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 30 --logo-height 30 --color red"
|
||||
alias mfetch="fastfetch --kitty-icat ~/Pictures/profile.jpg --logo-width 30 --logo-height 30 --color red"
|
||||
alias vi="nvim"
|
||||
|
||||
alias pyr="python"
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
TerminalEmulator=bash kitty
|
||||
TerminalEmulator=kitty
|
||||
WebBrowser=firefox
|
||||
FileManager=thunar
|
||||
|
|
|
|||
Loading…
Reference in New Issue