File tree Expand file tree Collapse file tree 3 files changed +15
-24
lines changed
Expand file tree Collapse file tree 3 files changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ if type -q fzf
3434 end
3535end
3636
37+ # NOTE: binds Alt+n to inserting the nth command from history in edit buffer
38+ # e.g. Alt+4 is same as pressing Up arrow key 4 times
39+ # really helpful if you get used to it
40+ bind_M_n_history
41+
3742set fish_pager_color_prefix cyan
3843set fish_color_autosuggestion brblack
3944
@@ -53,6 +58,16 @@ if type -q bat
5358 abbr cat ' bat --style=plain --paging=never --color auto'
5459end
5560
61+ alias c=' clear'
62+ alias un=' $aurhelper -Rns'
63+ alias up=' $aurhelper -Syu'
64+ alias pl=' $aurhelper -Qs'
65+ alias pa=' $aurhelper -Ss'
66+ alias pc=' $aurhelper -Sc'
67+ alias po=' $aurhelper -Qtdq | $aurhelper -Rns -'
68+ alias vc=' code'
69+ alias fastfetch=' fastfetch --logo-type kitty'
70+
5671# Directory navigation shortcuts
5772alias ..=' cd ..'
5873alias ...=' cd ../..'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -76,18 +76,9 @@ nwg-displays # monitor management util
7676fzf # Command-line fuzzy finder
7777
7878# --------------------------------------------------- // Shell
79- fastfetch # system information fetch tool
80- ## -------------------------------------------------- // zsh
81- eza|zsh # file lister for zsh
8279starship|zsh # customizable shell prompt written in Rust
8380# starship-git # The cross-shell prompt for astronauts
84- duf|zsh # prettier version of df for zsh
85- bat|zsh # enhanced version of cat
86- ## -------------------------------------------------- // fish
87- eza|fish # file lister for fish
8881starship|fish # customizable shell prompt
89- duf|fish # prettier version of df for fish
90- bat|fish # enhanced version of cat
9182
9283fastfetch # system information fetch tool
9384
You can’t perform that action at this time.
0 commit comments