Add hostnames for grafana and bind. Cargo into path variable. Alias has new weather command.

This commit is contained in:
2018-09-05 21:48:39 +02:00
parent ae4d978d8c
commit 6a01ec4df2
4 changed files with 13 additions and 3 deletions

View File

@@ -24,3 +24,4 @@ alias trash='rmtrash'
alias del="rmtrash" alias del="rmtrash"
alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b" alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b"
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias weather="curl 'https://wttr.in/~Oslo?0'"

View File

@@ -45,3 +45,5 @@ PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH export PATH
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
export PATH="$HOME/.cargo/bin:$PATH"

1
.oh-my-zsh Submodule

Submodule .oh-my-zsh added at af1709cfdc

View File

@@ -1,4 +1,4 @@
Include ~/.ssh/*_config include ~/.ssh/*_config
Host imm Host imm
HostName 10.0.0.114 HostName 10.0.0.114
@@ -37,6 +37,13 @@ Host xoa
HostName 10.0.0.43 HostName 10.0.0.43
User kevin User kevin
Host grafana
HostName 10.0.0.48
User kevin
Host bind
HostName 10.0.0.49
User kevin
Host i2c Host i2c
HostName 10.0.0.69 HostName 10.0.0.69
User pi User pi
@@ -67,8 +74,7 @@ Host zerow
Host kevinmidboe Host kevinmidboe
Hostname kevinmidboe.com Hostname kevinmidboe.com
Port 2222 User kevin
User kevinmidboe
Host curtain Host curtain
Hostname 10.0.0.9 Hostname 10.0.0.9