chore: Restructured fish config
This commit is contained in:
parent
b2a3841165
commit
71a7ad514e
5 changed files with 36 additions and 46 deletions
8
.config/fish/myfunctions/code.fish
Normal file
8
.config/fish/myfunctions/code.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
function vim
|
||||
nvim $argv
|
||||
end
|
||||
|
||||
function ta
|
||||
tmux attach
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue