mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
fish: adding aliases
This commit is contained in:
parent
1906b0457f
commit
1c5dd5bd9c
4 changed files with 16 additions and 0 deletions
4
fish/functions/lgit.fish
Normal file
4
fish/functions/lgit.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
function lgit --wraps=lazygit --description 'alias lgit lazygit'
|
||||||
|
lazygit $argv
|
||||||
|
|
||||||
|
end
|
||||||
4
fish/functions/ll.fish
Normal file
4
fish/functions/ll.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
function ll --wraps=ls --wraps='eza -l --git' --wraps='eza --icons=always -l --git' --description 'alias ll eza --icons=always -l --git'
|
||||||
|
eza --icons=always -l --git $argv
|
||||||
|
|
||||||
|
end
|
||||||
4
fish/functions/ls.fish
Normal file
4
fish/functions/ls.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
function ls --wraps=eza --description 'alias ls eza'
|
||||||
|
eza $argv
|
||||||
|
|
||||||
|
end
|
||||||
4
fish/functions/vim.fish
Normal file
4
fish/functions/vim.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
function vim --wraps=nvim --description 'alias vim nvim'
|
||||||
|
nvim $argv
|
||||||
|
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue