diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2023-04-16 13:44:36 +0100 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2023-04-16 13:44:36 +0100 |
commit | 359d42b38a890d83daba80e61078da95aad5c90d (patch) | |
tree | dc47e03867c387e96343ff4b9027b2bec6c2dd1b | |
parent | Add borg exclude file (diff) |
bashrc
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,3 +43,5 @@ bind '"\e[B": history-search-forward' export GPT_TTY=$(tty) alias t='tmux new-session -A -s main' alias vim='nvim' +. "$HOME/.cargo/env" + |