dotfiles/.scripts/set-shell.sh
2024-09-30 22:52:14 -04:00

3 lines
34 B
Bash

#!/bin/bash
chsh -s $(which zsh)