diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-18 20:04:49 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-18 20:04:49 +0200 |
commit | 91b416dc35d5b5347b86b8b0636b3efc01a72b32 (patch) | |
tree | 9019f938e303f4c3bf29214967416ddc7a747f42 /dot_bashrc | |
parent | d0ed315f8e200931434b8a9afd328473bd768f6b (diff) |
- set ANSIBLE_CONFIG var
- use Vesktop instead of Discord
- add AppImages to PATH
- comment deprecated 'set go=a' for vim
Diffstat (limited to 'dot_bashrc')
-rw-r--r-- | dot_bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ export CALCHISTFILE="$XDG_CACHE_HOME"/calc_history export CARGO_HOME="$XDG_DATA_HOME"/cargo export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet export GDBHISTFILE="$XDG_CONFIG_HOME"/gdb/.gdb_history +export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" parse_git_branch() { git branch 2>/dev/null | grep '\*' | sed 's/* /(/' | sed 's/$/)/' |