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

View file

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

View file

@ -0,0 +1,6 @@
[Unit]
Description=Autostart several tools and services
[Service]
KillMode=process
ExecStart=/bin/sh -c ". $HOME/.profile && autostart-manage exec '%i'"