diff --git a/suckless/paleofetch b/suckless/paleofetch new file mode 160000 index 00000000..b7c58a52 --- /dev/null +++ b/suckless/paleofetch @@ -0,0 +1 @@ +Subproject commit b7c58a52c0de39b53c9b5f417889a5886d324bfa diff --git a/zsh/aliases b/zsh/aliases index 992de4e8..ebbbfeed 100755 --- a/zsh/aliases +++ b/zsh/aliases @@ -2,7 +2,7 @@ alias feh="feh --scale-down --auto-zoom" alias cclear="$(which clear)" -alias clear="clear && fastfetch" +alias clear="clear && paleofetch" alias neofetch="neofetch --ascii ~/.config/neofetch/ascii.txt" alias idea="/home/yigit/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/201.7223.91/bin/idea.sh" alias open=xdg-open diff --git a/zsh/zshrc b/zsh/zshrc index 0fb764e4..4fb578f0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,5 +1,5 @@ eval "$(direnv hook zsh)" >> /tmp/direnv -fastfetch +paleofetch if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi