diff --git a/.bash_logout b/.bash_logout index c61da7e..f7bb7a5 100644 --- a/.bash_logout +++ b/.bash_logout @@ -1,2 +1,6 @@ +# +# ~/.bash_logout +# + # Stop ssh-agent if it is started [ -n "$SSH_AUTH_SOCK" ] && eval "$(ssh-agent -k)" diff --git a/.bash_profile b/.bash_profile index 68ab606..463b032 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,7 @@ +# +# ~/.bash_profile +# + # Set environment variables export JAVA_HOME="/usr/lib/jvm/default" export XDG_CACHE_HOME="$HOME/.cache" diff --git a/.bashrc_aliases b/.bashrc_aliases index 6a73dfc..0d8378f 100755 --- a/.bashrc_aliases +++ b/.bashrc_aliases @@ -1,4 +1,6 @@ -#!/bin/bash +# +# ~/.bashrc_aliases +# # sudo alias sudo='doas'