remove zsh config for 'docker'

This commit is contained in:
Daniel Sommer 2024-10-02 16:14:35 +02:00
parent 92934e48fe
commit 4e0071d93a

View file

@ -1,18 +0,0 @@
#!/usr/bin/env zsh
# _ _
# | | | |
# __| | ___ ___| | _____ _ __
# / _` |/ _ \ / __| |/ / _ \ '__|
# | (_| | (_) | (__| < __/ |
# \__,_|\___/ \___|_|\_\___|_|
#
# author: Daniel Sommer <daniel.sommer@velvettear.de>
# license: MIT
# ----- aliases ----- #
alias icat='kitten icat'
# ----- non-ssh aliases ----- #
if [[ -z "$SSH_TTY" ]]; then
alias ssh='kitty +kitten ssh'
fi