feat(wpcarro/fish): Support systemctl alias
It's about time... Change-Id: If28c2c97d6d953bbe09f6ff811639032df04f4ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/6025 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
17ce595610
commit
6c1ca20a62
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ alias d 'cd /depot'
|
||||||
alias w 'cd /depot/users/wpcarro'
|
alias w 'cd /depot/users/wpcarro'
|
||||||
# This allows me to call rebuild-system from any directory.
|
# This allows me to call rebuild-system from any directory.
|
||||||
alias rebuild-system 'sudo /depot/bin/rebuild-system'
|
alias rebuild-system 'sudo /depot/bin/rebuild-system'
|
||||||
|
alias sc 'systemctl'
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
set -gx EDITOR "emacsclient"
|
set -gx EDITOR "emacsclient"
|
||||||
|
|
Loading…
Reference in a new issue