Skip to content

Commit

Permalink
update aliases with some dots
Browse files Browse the repository at this point in the history
  • Loading branch information
yuujay committed Nov 28, 2023
1 parent 92043ed commit 4920eae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions aliases/.aliases/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ alias shutdown='sudo shutdown -h now'

# CD ALIASES
alias .....='cd ../../../../'
alias ....='cd ../../../../'
alias ...='cd ../../../'
alias ....='cd ../../../'
alias ...='cd ../../'
alias ..='cd ..'
alias back='cd -'
alias cd-='cd -'
alias cd--='cd - ; cd -'
alias cd..='cd ..'
alias cd.='cd ..'
alias dot='cd ~/.dotfiles/'
Expand Down
2 changes: 1 addition & 1 deletion aliases/.aliases/kubernetes.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# n - namespace
# l -logs

alias a='awssaml --profile=default --session-duration=8h --region=us-east-1'
alias a='awssaml --profile=default --session-duration=8h --region=us-east-2'

alias bkc='mv ~/.kube/config ~/.kube/config.backup'

Expand Down
2 changes: 1 addition & 1 deletion aliases/.aliases/mathworks.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ alias cpi='cp /mathworks/devel/jobarchive/Bconnector/latest_pass/matlab/derived/
alias wlg='watch kubectl get pods --kubeconfig=/tmp/sbmos/sbmosstack/.kube/admin.conf -n $MW_USERNAME'
alias wlm='watch kubectl get pods --kubeconfig=/tmp/sbmos/sbmosstack/.kube/admin.conf -n mathworks'

#alias kindcluster=mw -using Bmain sbmos create mosdev --http-port 80 --https-port 443 --mos-sandbox /local-ssd/dev/5-17-dev/volturnus/chart-overrides --out-to-terminal
alias mosdev='mw -using Bmain sbmos create mosdev --http-port 80 --https-port 443 --mos-sandbox /mathworks/devel/sandbox/gumamahe/mos-team/volturnus/ --out-to-terminal'
#alias mosadm='mw -using Bmain mosadm' # Use under /volturnus directory
alias mm='./mosadm'

0 comments on commit 4920eae

Please sign in to comment.