Skip to content

Commit

Permalink
Misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Aug 7, 2024
1 parent d08c6be commit b6a1b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wslfiles/.dots/scripts/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ alias brup="brew upgrade"

alias acoms="compgen -a | nl" # Print all aliases
alias bcoms="compgen -b | nl" # Print built-in shell commands
alias fcoms="compgen -A function | nl" # Print all functions that you could run
alias kcoms="compgen -k | nl" # Print shell reserved keywords
fccoms() {
[ -z "$1" ] \
&& apropos -s 1 "" | sort | nl \
|| apropos -s 1 "" | grep "$@" | sort | nl
}
alias ccoms="fccoms" # Print all runnable commands
alias fcoms="compgen -A function | nl" # Print all functions that you could run
alias kcoms="compgen -k | nl" # Print shell reserved keywords

# Manage dotfiles in $HOME directory
alias dot="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
Expand Down

0 comments on commit b6a1b26

Please sign in to comment.