remove zsh config for 'docker'
This commit is contained in:
parent
92934e48fe
commit
4e0071d93a
1 changed files with 0 additions and 18 deletions
|
@ -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
|
|
Loading…
Reference in a new issue