Add hostfiles-alias and fix autostart
This commit is contained in:
parent
e88aa2fee4
commit
65fefdc887
2 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
6
.config/systemd/user/autostart@.service
Normal file
6
.config/systemd/user/autostart@.service
Normal 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'"
|
Loading…
Reference in a new issue