Skip to content

Commit 7906c0a

Browse files
committed
fixups after rebase
1 parent 638e997 commit 7906c0a

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

Configs/.config/fish/config.fish

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ if type -q fzf
3434
end
3535
end
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+
3742
set fish_pager_color_prefix cyan
3843
set fish_color_autosuggestion brblack
3944

@@ -53,6 +58,16 @@ if type -q bat
5358
abbr cat 'bat --style=plain --paging=never --color auto'
5459
end
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
5772
alias ..='cd ..'
5873
alias ...='cd ../..'

Configs/.config/fish/functions/df.fish

Lines changed: 0 additions & 15 deletions
This file was deleted.

Scripts/pkg_core.lst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,9 @@ nwg-displays # monitor management util
7676
fzf # Command-line fuzzy finder
7777

7878
# --------------------------------------------------- // Shell
79-
fastfetch # system information fetch tool
80-
## -------------------------------------------------- // zsh
81-
eza|zsh # file lister for zsh
8279
starship|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
8881
starship|fish # customizable shell prompt
89-
duf|fish # prettier version of df for fish
90-
bat|fish # enhanced version of cat
9182

9283
fastfetch # system information fetch tool
9384

0 commit comments

Comments
 (0)