chore: Restructured fish config
This commit is contained in:
parent
cf8fc32ecc
commit
68def88fe9
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