diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-06 17:46:57 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-06 17:46:57 +0100 |
commit | ad05db20772727fc8518791bca6e7a90397e59fc (patch) | |
tree | 71db01b44fe4c94e2ec2f05c1793ab2dad34defa | |
parent | cd0c64fd4e01a8f86dfb51894f8e16af6c571b95 (diff) |
Removes sourcing of secrets file
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ fman() { # Get the colors in the opened man page itself #export MANPAGER="sh -c 'col -bx | bat -l man -p --paging always'" -source $HOME/secrets +#source $HOME/secrets # Functions |