diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-17 14:18:24 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-17 14:18:24 +0200 |
| commit | b54e3e009dc9e2d6e1396ade81be4426463c8f34 (patch) | |
| tree | 6c113d1e5f94c876436bc2b126209d34aadfb125 /bash | |
| parent | ad07a0b42c342ee8019cbe30b789ca40dcc29ed9 (diff) | |
| download | dotfiles-b54e3e009dc9e2d6e1396ade81be4426463c8f34.tar.gz dotfiles-b54e3e009dc9e2d6e1396ade81be4426463c8f34.zip | |
added scripts and some changes
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 2e31ede..02e7ac1 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -15,6 +15,7 @@ alias fd='cd "$(find ~/documents/ ~/downloads/ ~/.config/ ~/uni/ -type d | fzf - alias :q="exit" alias ..="cd .." alias v="vim" +alias reload-gpg="gpg-connect-agent reloadagent /bye" # Arrow bindings bind '"\e[A":history-search-backward' |