summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/fish/config.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index d295dda..dd9c3fd 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -33,6 +33,7 @@ if status is-interactive
33 abbr --add --global ls 'exa' 33 abbr --add --global ls 'exa'
34 abbr --add --global tre 'exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' 34 abbr --add --global tre 'exa -l -T -L 2 --header --git-ignore -F -d -I node_modules'
35 abbr --add --global free 'free -m' 35 abbr --add --global free 'free -m'
36 abbr --add --global gst 'git status'
36 abbr --add --global guno 'git status -uno' 37 abbr --add --global guno 'git status -uno'
37 abbr --add --global ledger "ledger -f ~/nextcloud/virtuals/ledger.ledger" 38 abbr --add --global ledger "ledger -f ~/nextcloud/virtuals/ledger.ledger"
38 abbr --add --global music 'mpv --no-vid' 39 abbr --add --global music 'mpv --no-vid'
@@ -53,6 +54,7 @@ if status is-interactive
53 abbr --add --global think 'tickle +1d' #think it over 54 abbr --add --global think 'tickle +1d' #think it over
54 abbr --add --global tp 'trash-put' 55 abbr --add --global tp 'trash-put'
55 abbr --add --global C 'xsel -b' # Copy to clipboard 56 abbr --add --global C 'xsel -b' # Copy to clipboard
57 abbr --add --global yst 'yadm status'
56 58
57 zoxide init fish | source 59 zoxide init fish | source
58end 60end