diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-22 16:25:44 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-22 16:25:44 +0100 | 
| commit | 15bc1829e753bdf7e428f1ffdc4ecaa547edd9b2 (patch) | |
| tree | e9673b5be38617b1987b22ebe8e17cb5d0257a32 /config/essentials | |
| parent | c24a37f1d4fcc37980897aec3e307d099ad629e5 (diff) | |
added: (zsh) surfraw alias and changed: sr to zsr
Diffstat (limited to 'config/essentials')
| -rw-r--r-- | config/essentials/zsh/aliases.zsh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/aliases.zsh b/config/essentials/zsh/aliases.zsh index 7b1d8cb..6f0674f 100644 --- a/config/essentials/zsh/aliases.zsh +++ b/config/essentials/zsh/aliases.zsh @@ -3,6 +3,7 @@  # Programs  alias -g nb='newsboat' +alias -g sr='surfraw'  if [ -x /usr/bin/dircolors ]; then      test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" @@ -81,13 +82,12 @@ alias -g pi='ping archlinux.org -c4'  alias -g sba='source bin/activate'  alias -g smc='systemctl'  alias -g smcu='systemctl --user' -alias -g sr='source ~/.zshrc && rehash' +alias zsr='source ~/.zshrc && rehash'  alias -g wf='doas wipefs -a'  # quick config  alias -g ez='$EDITOR ~/.zshrc'  alias -g eza='$EDITOR ~/.config/zsh/aliases.zsh' -alias -g ezv='$EDITOR ~/.config/zsh/variables.zsh'  alias -g eto='$EDITOR ~/sync/TODO'  alias -g ff='`fzffile`'  | 
