diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ export EDITOR='nvim' export TERM='st' export TERMINAL='st' export PATH=$PATH:$HOME/.scripts +export GITHUB_TOKEN="$(cat "$HOME"/.crypto/github)" |