1

fix reload commands

This commit is contained in:
Evan Pratten 2023-10-19 11:20:21 -04:00
parent ab4d77a126
commit bfcc543e65
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ alias la="ls -a"
alias :q="exit"
alias :wq="exit"
alias cls=clear
alias zshreload="source ~/.zshrc"
alias bashreload="source ~/.bashrc"
alias wg-easykeys="wg genkey | tee >(wg pubkey)"
alias nvim-tmp="nvim $(mktemp)"
alias flush-dns="sudo systemd-resolve --flush-caches"

View File

@ -1,6 +1,9 @@
# We are compatible with bash, so first load the bash-specific macros
. $EWCONFIG_ROOT/configs/shells/bash/macros.sh
# Aliases
alias zshreload="source ~/.zshrc"
# Search for a process
proc-grep() {
if [ $# != 1 ]; then