Compare commits
2 commits
875e7ebc71
...
7254a7d61f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7254a7d61f | |||
| 2a5e86e98d |
2 changed files with 1 additions and 4 deletions
|
|
@ -51,10 +51,6 @@
|
||||||
title = "Sonarr";
|
title = "Sonarr";
|
||||||
url = "https://sonarr.${config.homelab.domain}";
|
url = "https://sonarr.${config.homelab.domain}";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
title = "Lidarr";
|
|
||||||
url = "https://lidarr.${config.homelab.domain}";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
title = "Prowlarr";
|
title = "Prowlarr";
|
||||||
url = "https://prowlarr.${config.homelab.domain}";
|
url = "https://prowlarr.${config.homelab.domain}";
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,7 @@ alias ll="ls -ahl --color=auto"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias rm="trash"
|
alias rm="trash"
|
||||||
|
|
||||||
|
alias ssh="TERM=xterm-256color ssh" # fix ssh not recognising terminal and remote shell being somewhat broken
|
||||||
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason
|
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason
|
||||||
|
|
||||||
# env vars
|
# env vars
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue