chore: Restructured fish config
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user