[bash] Updating aliases, adding hrhup
This commit is contained in:
@ -31,6 +31,7 @@ alias clear_incoming="sudo find /tank/videos/incoming -type d -maxdepth 1 -minde
|
|||||||
alias lk="load_keys"
|
alias lk="load_keys"
|
||||||
|
|
||||||
# Hungryroot
|
# Hungryroot
|
||||||
|
alias hrhup="sysu restart hungryroot-django"
|
||||||
alias hrtest="$HUNGRYROOT_DIR/manage.py test --keepdb"
|
alias hrtest="$HUNGRYROOT_DIR/manage.py test --keepdb"
|
||||||
alias hr="cd $HUNGRYROOT_DIR"
|
alias hr="cd $HUNGRYROOT_DIR"
|
||||||
alias hrdj="(cd $HUNGRYROOT_DIR && just django)"
|
alias hrdj="(cd $HUNGRYROOT_DIR && just django)"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -32,7 +32,6 @@ toggle_ntp() {
|
|||||||
}
|
}
|
||||||
alias fixtime="toggle_ntp && toggle_ntp"
|
alias fixtime="toggle_ntp && toggle_ntp"
|
||||||
|
|
||||||
|
|
||||||
local hostname="%{$fg_bold[white]%}%m"
|
local hostname="%{$fg_bold[white]%}%m"
|
||||||
|
|
||||||
PROMPT="${hostname} ${PROMPT}"
|
PROMPT="${hostname} ${PROMPT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user