8 lines
116 B
Text
8 lines
116 B
Text
function update_me {
|
|
(
|
|
setopt local_options pushd_silent
|
|
cd ~/.dotfiles/nix
|
|
./update.sh $@
|
|
)
|
|
}
|
|
|