mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add girt to git alias :P
This commit is contained in:
parent
296870a6ea
commit
95d5276a25
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,7 @@ alias todo="$EDITOR ~/todo.md"
|
|||
alias w3m="w3m -sixel -config ~/.config/w3m/config"
|
||||
|
||||
# to run my main dev environment container
|
||||
# run the docker container with my local repos dir and local ssh keys as well as my timezone already set
|
||||
# run the docker container with my local repos dir and local ssh keys as well as my timezone already set
|
||||
if [[ "$(arch)" == "arm64" ]]; then
|
||||
alias do-ide="docker run -it --platform=linux/arm64 -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' --rm jessebot/onboardme:latest-arm"
|
||||
alias do-devops="docker run -it --platform=linux/arm64 -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' --rm jessebot/onboardme:arm-devops"
|
||||
|
@ -125,6 +125,7 @@ alias gitadd='git add'
|
|||
alias gti='git'
|
||||
alias gt='git'
|
||||
alias gtt='git'
|
||||
alias girt='git'
|
||||
|
||||
# Function to fix gi typos
|
||||
function gi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue