diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-05 01:22:35 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-05 01:22:35 -0400 |
commit | b081473eaa08537dee157d6810de49ca71adf0e1 (patch) | |
tree | 3a6e0d0f4f4852e2d7183c0a478767f41e6db031 /home-config/bashrc | |
parent | e7779b9f07b77b113550b82070825fa7f08d8f72 (diff) |
half baked changes that need fixing
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index c8e6503..6d22d87 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -38,6 +38,7 @@ alias grep='grep --color=auto' | |||
38 | alias quit='exit' | 38 | alias quit='exit' |
39 | export EDITOR=nvim | 39 | export EDITOR=nvim |
40 | alias cat='bat --paging=never' | 40 | alias cat='bat --paging=never' |
41 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | ||
41 | 42 | ||
42 | # GPG SETUP FOR SSH | 43 | # GPG SETUP FOR SSH |
43 | export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) | 44 | export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) |