diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/alias.zsh | 1 | ||||
| -rw-r--r-- | zsh/index.zsh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/zsh/alias.zsh b/zsh/alias.zsh index 2a6bc39..baeb308 100644 --- a/zsh/alias.zsh +++ b/zsh/alias.zsh @@ -13,5 +13,6 @@ alias light="lookandfeeltool -a org.kde.breeze.desktop" alias leave="qdbus6 org.kde.Shutdown /Shutdown logout" alias o='xdg-open' alias m='pnpm' +# requires astroterm to be installed alias stars='astroterm --color --city Tirana --constellations --unicode --metadata' alias cld='claude' diff --git a/zsh/index.zsh b/zsh/index.zsh index 0463c7e..adad395 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -29,3 +29,5 @@ source <(fzf --zsh) export EDITOR=nvim export MANPAGER='nvim +Man!' +export MANWIDTH=80 +export MAN_KEEP_FORMATTING='yes-please' |
