diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-18 13:44:04 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-18 13:44:04 +0100 |
| commit | bf385e91c80f9963624c501eb0a8d2b35c6f2466 (patch) | |
| tree | 5672760570c5d9b4d93113f42ab23ec39a0b3921 /config/zsh | |
| parent | 125bcca5e7ed1b4527083bc2bcbdf66aa166d341 (diff) | |
| download | dotfiles-bf385e91c80f9963624c501eb0a8d2b35c6f2466.tar.gz dotfiles-bf385e91c80f9963624c501eb0a8d2b35c6f2466.tar.bz2 dotfiles-bf385e91c80f9963624c501eb0a8d2b35c6f2466.zip | |
Added Nerd Font to alacritty for emoji, Updated zsh aliases and qutebrowser for Darwin specific config
Diffstat (limited to 'config/zsh')
| -rw-r--r-- | config/zsh/aliases.zsh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 7957167..7832558 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -3,10 +3,6 @@ # color alias grep='grep --color=auto' alias tree='tree -C' -alias pacman='pacman --color=auto' -alias valgrindc='colour-valgrind' - -alias yay='yay --color=auto' # --sudo $(which doas) --sudoloop --sudoflags' @@ -87,6 +83,13 @@ gpaf() { git remote | xargs -I{} git push -f {} "$branch" } +# Linux specific aliases +[ ! "$(uname)" = 'Linux' ] && return + +alias pacman='pacman --color=auto' +alias valgrindc='colour-valgrind' +alias yay='yay --color=auto' + # lpass (lastpass-cli) alias lpassp='lpass show --password --clip' # put password in clipboard |
