mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 10:57:57 +00:00
Edit config bash
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
alias af="cd /home/h0lik/dev/ansible"
|
||||
# Start/Stop VM ansible
|
||||
alias agup="sudo virsh start ansible"
|
||||
alias agdown="sudo virsh shutdown ansible"
|
||||
#Connect SSH ansible-gateway
|
||||
alias assh="ssh ansible"
|
||||
alias devsrv="ssh worksrv"
|
||||
alias grep="grep --color=auto"
|
||||
alias host-ssh="/home/h0lik/.bin/./ssh-host.sh"
|
||||
# Git Alias bash
|
||||
alias ga="git add"
|
||||
alias gc="git commit -m"
|
||||
alias gp="git push -u"
|
||||
|
||||
Reference in New Issue
Block a user