mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
shell qol update
This commit is contained in:
parent
0bc474161a
commit
38d3bf7ae9
6 changed files with 31 additions and 2 deletions
|
|
@ -47,6 +47,12 @@ function tv
|
|||
touch $argv[1] && nvim $argv[1]
|
||||
end
|
||||
|
||||
# Create a new file, if the directory does not exist, create it
|
||||
# Arg: a file name
|
||||
function mt
|
||||
mkdir -p (dirname $argv[1]) && touch $argv[1]
|
||||
end
|
||||
|
||||
# Use neovide as gVim
|
||||
abbr --add gvi "neovide"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue