fish: fix aliases
This commit is contained in:
14
README.md
14
README.md
@@ -38,17 +38,17 @@ https://github.com/user-attachments/assets/7e2db305-58bc-4b3d-9c65-7dc0461aead7
|
||||
|
||||
## Setup Overview
|
||||
|
||||
- OS: Archlinux
|
||||
- OS: **Archlinux**
|
||||
- WM: Hyprland | **Niri**
|
||||
- Bar: Waybar | **Quickshell**
|
||||
- Shell: Fish
|
||||
- Prompt: Oh My Posh
|
||||
- Shell: **Fish**
|
||||
- Prompt: **Oh My Posh**
|
||||
- Terminal: **Kitty** & Ghostty
|
||||
- Power Menu: Wlogout
|
||||
- Colorscheme: Catppuccin Mocha
|
||||
- App Launcher: **Rofi** | fuzzel
|
||||
- Power Menu: **Wlogout**
|
||||
- Colorscheme: **Catppuccin Mocha**
|
||||
- App Launcher: **Rofi** | Fuzzel
|
||||
- Desktop Widgets: Eww | **Quickshell**
|
||||
- Wallpaper Daemon: Swww
|
||||
- Wallpaper Daemon: **Awww** (previously Swww)
|
||||
- Notification Daemon: Mako | **Quickshell**
|
||||
|
||||
(**bold**: currently preferred)
|
||||
|
||||
@@ -34,10 +34,9 @@ if type -q fzf
|
||||
end
|
||||
end
|
||||
|
||||
# fyq: fuzzy yay query
|
||||
if type -q yay
|
||||
# fyq: fuzzy yay query
|
||||
alias fyq="yay -Qq | fzf --preview 'yay -Qi {}'"
|
||||
end
|
||||
|
||||
# fyi: fuzzy yay install
|
||||
function fyi
|
||||
@@ -55,6 +54,7 @@ if type -q fzf
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# cd
|
||||
if type -q zoxide
|
||||
|
||||
Reference in New Issue
Block a user