add zsh config for 'xu4q'
This commit is contained in:
parent
9b55aabb93
commit
a0241ad8bd
1 changed files with 22 additions and 0 deletions
22
zsh/conf.d/xu4q
Executable file
22
zsh/conf.d/xu4q
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/env zsh
|
||||
# ___
|
||||
# / |
|
||||
# __ ___ _ / /| | __ _
|
||||
# \ \/ / | | / /_| |/ _` |
|
||||
# > <| |_| \___ | (_| |
|
||||
# /_/\_\\__,_| |_/\__, |
|
||||
# | |
|
||||
# |_|
|
||||
#
|
||||
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
||||
# license: MIT
|
||||
|
||||
# ----- aliases ----- #
|
||||
alias pfetch='printf "\n" && pfetch'
|
||||
alias fetch='pfetch'
|
||||
alias stats='pfetch'
|
||||
alias icat='kitten icat'
|
||||
alias ssh='kitty +kitten ssh'
|
||||
|
||||
# ----- pfetch ----- #
|
||||
export PF_INFO="ascii title host kernel memory wm shell editor pkgs uptime palette"
|
Loading…
Reference in a new issue