Browse Source

Paleofetch

main
Yiğit Çolakoğlu 4 years ago
parent
commit
19a096a080
3 changed files with 3 additions and 2 deletions
  1. +1
    -0
      suckless/paleofetch
  2. +1
    -1
      zsh/aliases
  3. +1
    -1
      zsh/zshrc

+ 1
- 0
suckless/paleofetch

@ -0,0 +1 @@
Subproject commit b7c58a52c0de39b53c9b5f417889a5886d324bfa

+ 1
- 1
zsh/aliases View File

@ -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


+ 1
- 1
zsh/zshrc View File

@ -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


Loading…
Cancel
Save