Skip to content

Commit

Permalink
Add shell hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdillah committed Jun 3, 2021
1 parent f4a21f7 commit e73deff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ pkgs.mkShell {
# keep this line if you use bash
pkgs.bashInteractive
];

shellHook = ''
export PYTHONPATH=/home/fazbdillah/.local/lib/python3.8/site-packages:$PYTHONPATH
#set -gp PYTHONPATH $HOME/.local/lib/python3.8/site-packages
'';
}

0 comments on commit e73deff

Please sign in to comment.