dustin
/
zdotdir
Archived
1
0
Fork 0
Commit Graph

7 Commits (f6c136c1a81926f29b7a192232f7b8fddfd87c58)

Author SHA1 Message Date
Dustin f6c136c1a8 zshrc: Remove PYTHONWARNINGS env var
I originally set the `PYTHONWARNINGS` variable to ensure I see warnings
from third-party libraries, etc. during development.  Unfortunately, a
*lot* of software (Ansible, Jupyter, dnf, etc.) generate a lot of
warnings.  These warnings are annoying, but can also break other
software, like VSCode.

Whenever I am developing something in Python, I need to remember to set
`PYTHONWARNINGS` manually now...
2021-03-07 16:11:03 -06:00
Dustin 4e63427646 zshrc: Always use Gentoo prompt 2020-05-03 13:25:16 -05:00
Dustin 6c18587fcf zshrc: Launch gpg-agent
I like to use `gpg-agent` as my SSH agent now.  This makes it possible
to use hardware keys (Yubikey, and hopefully soon Solo), and helps keep
the keys more secure by periodically locking them and requiring the
password to unlock them again.

Occasionally, `gpg-agent` gets in a weird state where it stops
responding.  I usually fix this with:

    echo KILLAGENT | gpg-connect-agent
    gpg-connect-agent /bye
    gpg-connect-agent updatestartuptty /bye
2020-05-03 13:21:33 -05:00
Dustin 2ff70f36b5 zshrc: Load precmd in Alacritty
Alacritty has its own TERM string now.
2020-05-03 13:19:44 -05:00
Dustin d48954bf81 zshrc: Set LESS
Fedora et al. do not set the `LESS` environment variable like Gentoo
does.  As a result, `less` does not interpret ANSI color codes by
default, making the output from `gs`, etc. aliases unreadable.
2020-05-03 13:18:11 -05:00
Dustin 48e913c8ce Update .zshrc
Updating to the version of .zshrc on Tau Scorpii. This enhanced version
has a couple of improvements:

* Aliases moved to a separate file for easier maintenance
* Auto-discovery of functions on fpath
2017-01-16 14:11:15 -06:00
Dustin 7cab8a6bda Initial commit 2017-01-15 17:07:00 -06:00