Skip to content

Commit

Permalink
feat: expand symlink to home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aps831 committed Feb 1, 2024
1 parent cf980b7 commit 2e7f485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot_bashrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@ export VISUAL=nano
# Set Editor
export EDITOR=xed
export VISUAL=nano
{{- end -}}
{{ end }}

# Ensure symlink followed to home directory
cd -P .

0 comments on commit 2e7f485

Please sign in to comment.