diff options
author | joe <rbo@gmx.us> | 2025-10-20 08:51:56 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-20 08:51:56 +0200 |
commit | cb6b45996dc66428e5a14d46acf0da461adfa439 (patch) | |
tree | 5a561b10de5d2f3ebf9c1cd1cead59bce0dcce07 /.config | |
parent | font (diff) | |
download | dotfiles-bsd-cb6b45996dc66428e5a14d46acf0da461adfa439.tar.gz dotfiles-bsd-cb6b45996dc66428e5a14d46acf0da461adfa439.tar.bz2 dotfiles-bsd-cb6b45996dc66428e5a14d46acf0da461adfa439.tar.xz dotfiles-bsd-cb6b45996dc66428e5a14d46acf0da461adfa439.tar.zst dotfiles-bsd-cb6b45996dc66428e5a14d46acf0da461adfa439.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index d86baab..cfab06d 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -47,7 +47,6 @@ alias \ rsync='rsync -v -h' \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ - most='most -t4' \ fsl='fossil' \ diff='colordiff' \ xclip='xclip -selection clipboard' \ @@ -210,6 +209,7 @@ alias mutt='neomutt' \ sxiv='nsxiv -b -a' \ nsxiv='nsxiv -b -a' \ arduino-cli='arduino-cli --config-file $XDG_CONFIG_HOME/arduino-cli/arduino-cli.yaml' \ + ac='arduino-cli' \ pinfo='pkg info -x' \ psearch='pkg search' \ pinstall='doas pkg install' |