open alias

This commit is contained in:
Bryan Ramos 2024-01-20 20:10:02 -05:00
parent 695e37c483
commit ed81d767fa

View file

@ -5,6 +5,7 @@ export DIRENV_LOG_FORMAT=
alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'";
alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'";
alias chat="weechat";
alias open="xdg-open";
function cdg() {
if [[ $1 == "--help" ]]; then