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
|
|
@ -53,6 +53,9 @@ tc(){
|
|||
tv(){
|
||||
touch $1 && nvim $1
|
||||
}
|
||||
mt(){
|
||||
mkdir -p $(dirname $1) && touch $1
|
||||
}
|
||||
|
||||
|
||||
alias update="source $DOTFILES/scripts/update.zsh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue