Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed Jan 23, 2019
1 parent b28c615 commit bb78d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ alias reload="exec ${SHELL} -l"

# Print each PATH entry on a separate line
alias path='echo -e ${PATH//:/\\n}'

# Get howto from stackoverflow
alias h='howdoi $1 -c -n "${2:-10}"'
3 changes: 3 additions & 0 deletions zsh/.aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ alias reload="exec ${SHELL} -l"

# Print each PATH entry on a separate line
alias path='echo -e ${PATH//:/\\n}'

# Get howto from stackoverflow
alias h='howdoi $1 -c -n "${2:-10}"'

0 comments on commit bb78d0e

Please sign in to comment.