Skip to content

Instantly share code, notes, and snippets.

@abel0b
Created December 27, 2019 14:59
Show Gist options
  • Save abel0b/5e9814165a19b95035bbaf70686a9f2d to your computer and use it in GitHub Desktop.
Save abel0b/5e9814165a19b95035bbaf70686a9f2d to your computer and use it in GitHub Desktop.
Expand ~ in path
function expand_home() {
echo "${1/#\~/$HOME}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment