From f488d398b5cb09a1a2bf77029e4dd9de94d9f3b2 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 29 Jan 2023 15:19:01 -0700 Subject: [PATCH] `xylous/alias-zsh` is 404 `xylous/alias-zsh` is 404, remove Signed-off-by: Joe Block --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1e9458a..fea64bb 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,6 @@ This section is for full setup dropins - they aren't frameworks, but they're not - [alehouse](https://github.com/sticklerm3/alehouse) - Contains short aliases for [brew](https://brew.sh) commands, inspired by `betterbrew`. - [alias-finder](https://github.com/akash329d/zsh-alias-finder) - Displays an alias when you use a command you have aliased previously. Helpful for remembering aliases you have defined in the past. Written as a pure ZSH script for speed - [alias-tips](https://github.com/djui/alias-tips) - An oh-my-zsh plugin to help remembering those aliases you defined once. -- [alias](https://github.com/xylous/alias-zsh) - Tool for managing your aliases. - [allergen](https://github.com/stanislas/allergen) - A collection of custom ZSH plugins to use with Antigen. - [almostontop](https://github.com/Valiev/almostontop) - Clears previous command output every time before new command executed in shell. Inspired by the [alwaysontop](https://github.com/swirepe/alwaysontop) plugin for `bash`. - [alt-and-select](https://github.com/raisty/alt-and-select) - Binds the alt-c (copy), alt-v (paste), alt-x (cut) keyboard shortcut to a commands: copy-region-as-kill, yank, kill-region. Remaps the execute command to Alt-Shift-X.