Compare commits
No commits in common. "7254a7d61f76353513ec8df8ff9e1f9d369bea1e" and "875e7ebc71dc48ca204a60277fd28e810d80da53" have entirely different histories.
7254a7d61f
...
875e7ebc71
2 changed files with 4 additions and 1 deletions
|
|
@ -51,6 +51,10 @@
|
|||
title = "Sonarr";
|
||||
url = "https://sonarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Lidarr";
|
||||
url = "https://lidarr.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Prowlarr";
|
||||
url = "https://prowlarr.${config.homelab.domain}";
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ alias ll="ls -ahl --color=auto"
|
|||
alias cat="bat"
|
||||
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
|
||||
|
||||
# env vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue