mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
origin
This commit is contained in:
16
.bash_aliases
Normal file
16
.bash_aliases
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
alias gch="git checkout"
|
||||
alias gm="git merge"
|
||||
alias gps="git pull"
|
||||
Reference in New Issue
Block a user