update 'xu4q' config
This commit is contained in:
parent
f1a5d217fc
commit
cd8e274705
1 changed files with 6 additions and 2 deletions
|
@ -11,12 +11,16 @@
|
||||||
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
||||||
# license: MIT
|
# license: MIT
|
||||||
|
|
||||||
# ----- aliases ----- #
|
# ----- general aliases ----- #
|
||||||
alias pfetch='printf "\n" && pfetch'
|
alias pfetch='printf "\n" && pfetch'
|
||||||
alias fetch='pfetch'
|
alias fetch='pfetch'
|
||||||
alias stats='pfetch'
|
alias stats='pfetch'
|
||||||
alias icat='kitten icat'
|
alias icat='kitten icat'
|
||||||
alias ssh='kitty +kitten ssh'
|
|
||||||
|
# ----- non-ssh aliases ----- #
|
||||||
|
if [[ -z "$SSH_TTY" ]]; then
|
||||||
|
alias ssh='kitty +kitten ssh'
|
||||||
|
fi
|
||||||
|
|
||||||
# ----- pfetch ----- #
|
# ----- pfetch ----- #
|
||||||
export PF_INFO="ascii title host kernel memory wm shell editor pkgs uptime palette"
|
export PF_INFO="ascii title host kernel memory wm shell editor pkgs uptime palette"
|
||||||
|
|
Loading…
Reference in a new issue