update 'fujitsu' config
This commit is contained in:
parent
8b2ef3da50
commit
f1a5d217fc
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue