„config/fish/config.fish“ ändern

This commit is contained in:
inhji 2023-01-18 12:14:36 +01:00
parent 481194497c
commit 0e5d0ac4a6
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ alias sta="sudo systemctl status"
alias dot="hx $DOTFILES"
alias notes="hx $NOTES"
alias sshkey='ssh-keygen -t ed25519 -f $HOME/.ssh/id_ed25519 -C "$(whoami)@$(hostname)-$(date +'%y%m%d')"'
if status is-interactive
# Commands to run in interactive sessions can go here
end