diff options
author | Joe <rrbo@proton.me> | 2023-02-23 15:50:46 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-23 15:50:46 +0100 |
commit | 126435d45c61666fd33ca888dce860882a362fab (patch) | |
tree | fd0fe94230014902d3b0d87cd3ea96a351accd79 /.config/zsh/alias.zsh | |
parent | https (diff) | |
download | dotfiles-bsd-126435d45c61666fd33ca888dce860882a362fab.tar.gz dotfiles-bsd-126435d45c61666fd33ca888dce860882a362fab.tar.bz2 dotfiles-bsd-126435d45c61666fd33ca888dce860882a362fab.tar.xz dotfiles-bsd-126435d45c61666fd33ca888dce860882a362fab.tar.zst dotfiles-bsd-126435d45c61666fd33ca888dce860882a362fab.zip |
alias
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index a48056f..30537ed 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -206,7 +206,7 @@ update() { yay ;; po-rbo) - doas apt update && doas apt upgrade + doas apt update && doas apt dist-upgrade nix-channel --update nix-env -u ;; |