Skip to content

Commit

Permalink
Various visual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Sep 26, 2022
1 parent 83ca9ac commit 737fbdc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bash_logout
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#
# ~/.bash_logout
#

# Stop ssh-agent if it is started
[ -n "$SSH_AUTH_SOCK" ] && eval "$(ssh-agent -k)"
4 changes: 4 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# ~/.bash_profile
#

# Set environment variables
export JAVA_HOME="/usr/lib/jvm/default"
export XDG_CACHE_HOME="$HOME/.cache"
Expand Down
4 changes: 3 additions & 1 deletion .bashrc_aliases
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
#
# ~/.bashrc_aliases
#

# sudo
alias sudo='doas'
Expand Down

0 comments on commit 737fbdc

Please sign in to comment.