Add hostfiles-alias and fix autostart

This commit is contained in:
Tobias Reisinger 2023-02-27 00:14:19 +01:00
parent e88aa2fee4
commit 65fefdc887
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 7 additions and 0 deletions
.config

View file

@ -1,6 +1,7 @@
#!/bin/sh
alias .f='git --git-dir="$HOME/.dotfiles"'
alias .hf='git --git-dir="$HOME/.hostfiles"'
alias :q='exit'
alias :wq='exit'