Removed some other darwin related config; switched to brave browser

This commit is contained in:
Random936
2025-11-26 20:03:02 -05:00
parent 94595a0833
commit b4dd9407d4
4 changed files with 7 additions and 93 deletions

View File

@@ -53,7 +53,6 @@
mindforge = "ssh mindforge@mindforge.randomctf.local";
# Nix Specific aliases
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
update-home = "home-manager switch --flake ~/dotfiles";
update-all = "update-config && update-home";
@@ -68,10 +67,6 @@
function ...... { cd ../../../../../.. }
function ....... { cd ../../../../../../.. }
if [[ "$(uname)" == "Darwin" ]]; then
source <(/opt/homebrew/bin/brew shellenv)
fi
if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then
export TERM="xterm-256color"
fi