aboutsummaryrefslogtreecommitdiff
path: root/dot_bashrc
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-04-18 20:04:49 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-04-18 20:04:49 +0200
commit91b416dc35d5b5347b86b8b0636b3efc01a72b32 (patch)
tree9019f938e303f4c3bf29214967416ddc7a747f42 /dot_bashrc
parentd0ed315f8e200931434b8a9afd328473bd768f6b (diff)
add ansible config, switch to vesktop, minor env tweaksHEADmaster
- 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_bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_bashrc b/dot_bashrc
index 553a249..4fd573f 100644
--- a/dot_bashrc
+++ b/dot_bashrc
@@ -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/$/)/'