Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbardino committed Jan 10, 2024
2 parents 4a4aaaf + 8560bde commit 893e540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4,345 deletions.
4 changes: 4 additions & 0 deletions mig/install/mig-user/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export PATH
# NOTE: include home in PYTHONPATH to allow general access to mig.X imports
export PYTHONPATH=$HOME

# NOTE: silence annoying cryptographydeprecationwarnings spewed everywhere.
# Yes we must upgrade to py3 but constant nagging won't help.
export PYTHONWARNINGS='ignore:Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography:UserWarning'

HISTSIZE=4000
if [ -z "$SILENT" ]; then
HISTFILE=~/.zsh_history
Expand Down
Loading

0 comments on commit 893e540

Please sign in to comment.