Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Thorselius committed Feb 2, 2022
1 parent 1012e95 commit 7fbf104
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "oh-my-bash"]
path = oh-my-bash
url = [email protected]:erikthorselius/oh-my-bash.git
6 changes: 5 additions & 1 deletion bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ alias assh='ssh-agent ssh -F ~/.ssh/config.assh'
alias ascp='scp -F ~/.ssh/config.assh'
alias upload-keepass='rclone sync /home/erikt/Drive/Private drive:Privat'
alias download-keepass='rclone sync drive:Privat /home/erikt/Drive/Private'
alias dc='docker-compose'
alias ']'='xdg-open'
alias k=kubectl-1.14
complete -F __start_kubectl k
function kssh { ssh -A core@$(terraform output bastion_ip) "$*"; }
function kssh-vip { ssh -A core@$(terraform output ip) "$*"; }
export BASH_SILENCE_DEPRECATION_WARNING=1
export PATH="/usr/local/opt/openjdk/bin:$PATH"
export FLUX_FORWARD_NAMESPACE=flux

2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = Erik Thorselius
email = erik.thorselius@gmail.com
email = erik.thorselius@trioptima.com
[color]
branch = auto
diff = auto
Expand Down
1 change: 0 additions & 1 deletion public-bin/public-bin

This file was deleted.

0 comments on commit 7fbf104

Please sign in to comment.