Compare commits

..

7 Commits

4 changed files with 6 additions and 6 deletions

View File

@@ -53,9 +53,9 @@ alias flush="dscacheutil -flushcache"
alias updatedb="sudo /usr/libexec/locate.updatedb" alias updatedb="sudo /usr/libexec/locate.updatedb"
# tmux: automatically attach or create session with name 'main' # tmux: automatically attach or create session with name 'main'
alias tmux='tmux new-session -A -s main' alias tm='command tmux new-session -A -s main'
# tmux: attach or create new session # tmux: attach or create new session
alias ta='tmux attach || tmux' alias ta='command tmux attach || command tmux'
# nvim # nvim
alias nvim-ks='NVIM_APPNAME="nvim-kickstart" nvim' alias nvim-ks='NVIM_APPNAME="nvim-kickstart" nvim'

View File

@@ -93,7 +93,7 @@ darknotify_alacritty()
} }
return 0 return 0
} }
darknotify_alacritty # darknotify_alacritty
# Function to list installed Homebrew packages using bkt caching # Function to list installed Homebrew packages using bkt caching
brew_installed() brew_installed()
@@ -147,7 +147,7 @@ rector()
{ {
local php="${1:-82}" local php="${1:-82}"
docker run -v "$(pwd)":/project rector/rector:latest process \ docker run -v "$(pwd)":/project rector/rector:latest process \
"/project/$1" \ "/project/" \
--set "php${php}" \ --set "php${php}" \
--autoload-file /project/vendor/autoload.php --autoload-file /project/vendor/autoload.php
} }

View File

@@ -29,7 +29,7 @@
"lazyvim.plugins.extras.util.mini-hipatterns" "lazyvim.plugins.extras.util.mini-hipatterns"
], ],
"news": { "news": {
"NEWS.md": "6077" "NEWS.md": "6520"
}, },
"version": 6 "version": 6
} }