dotfiles/.config/zsh/.zaliases

17 lines
486 B
Text
Raw Normal View History

2023-09-26 17:12:28 +02:00
if grep -q '^NAME="Artix Linux"$' /etc/os-release; then
alias reboot="sudo reboot"
alias poweroff="sudo poweroff"
fi
alias ssh="TERM=xterm-256color ssh"
#alias ssh="TERM=xterm-256color kitty +kitten ssh"
alias ff="fastfetch"
alias sc="shellcheck -s bash"
alias ip="ip --color=auto"
wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"
2023-09-26 17:12:28 +02:00
# git init --bare $HOME/.dotfiles
# cfg config --local status.showUntrackedFiles no
alias cfg="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"