fix reload commands
This commit is contained in:
parent
ab4d77a126
commit
bfcc543e65
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user