summaryrefslogtreecommitdiffstats
path: root/.config/shell
diff options
context:
space:
mode:
authorappeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com>2024-07-15 17:28:50 +0000
committerGitHub <noreply@github.com>2024-07-15 17:28:50 +0000
commit368d3583a6c2e067491a160553c4130187fd0127 (patch)
tree19ee4abbfe7deeec04c782feb2ea9d118115b232 /.config/shell
parentcf38cd5ba813741e8ea61c72b30b8c983a3d0abb (diff)
downloadeibhear-368d3583a6c2e067491a160553c4130187fd0127.tar.gz
eibhear-368d3583a6c2e067491a160553c4130187fd0127.tar.zst
eibhear-368d3583a6c2e067491a160553c4130187fd0127.zip
weath: Add option to get forecast from a different location (#1327)
* weath: Add option to get forecast from a different location * Remove retry and make max time lower because it is interactive * Give weath 'cp' option to copy forecast as plain text for sharing * Make weath a separate script
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 09f9a32..0768337 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -16,7 +16,7 @@ done; unset command
se() {
choice="$(find ~/.local/bin -mindepth 1 -printf '%P\n' | fzf)"
[ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice"
- ;}
+ }
# Verbosity and settings that you pretty much just always are going to want.
alias \
@@ -58,4 +58,3 @@ alias \
lf="lfub" \
magit="nvim -c MagitOnly" \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
- weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \