update 'fujitsu' config

This commit is contained in:
Daniel Sommer 2024-10-02 16:01:18 +02:00
parent 8b2ef3da50
commit f1a5d217fc

View file

@ -11,7 +11,7 @@
# author: Daniel Sommer <daniel.sommer@velvettear.de>
# license: MIT
# ----- aliases ----- #
# ----- general aliases ----- #
alias eza='eza --icons --group --time-style long-iso --octal-permissions --git'
alias ls='eza'
alias ll='eza --long'
@ -37,7 +37,11 @@ alias pfetch='printf "\n" && pfetch'
alias fetch='pfetch'
alias stats='pfetch'
alias icat='kitten icat'
alias ssh='kitty +kitten ssh'
# ----- non-ssh aliases ----- #
if [[ -n "$SSH_TTY" ]]; then
alias ssh='kitty +kitten ssh'
fi
# ----- pfetch ----- #
export PF_INFO="ascii title host kernel memory wm shell editor pkgs uptime palette"