diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-31 16:02:21 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-31 16:02:21 +0100 |
commit | 17348abe78e05702acaff25d6abefa96ff87b43d (patch) | |
tree | 041a980f534cbe7a10e352612f3e540417cc4280 /Shell | |
parent | 046e0b9f0123a3c4bd8aa32431b72de486c60671 (diff) | |
parent | fdef946d6555b01b33fe496cdcd6fb293ae11eab (diff) | |
download | dotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.tar.gz dotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.tar.bz2 dotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.zip |
Merge remote-tracking branch 'origin/master'
For desktop
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zprofile | 2 | ||||
-rw-r--r-- | Shell/.zshrc | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 536b63d..b50ccfc 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -9,8 +9,8 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Standard Variables export EDITOR='emacsclient -a "emacs" -c' export EA_EDITOR=$EDITOR -export TERMINAL="alacritty" export BROWSER="firefox" +export TERMINAL="st" export WEBKIT_FORCE_SANDBOX=0 export PF_INFO="ascii title os memory uptime editor wm shell" export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin" diff --git a/Shell/.zshrc b/Shell/.zshrc index bb95636..a3539b1 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,5 +1,8 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- +## Prompt +~/.local/scripts/cowfortune + ## Variables TERM=xterm-256color ## Aliases @@ -133,3 +136,5 @@ export SDKMAN_DIR="/home/oreo/.sdkman" [[ -s "/home/oreo/.sdkman/bin/sdkman-init.sh" ]] && source "/home/oreo/.sdkman/bin/sdkman-init.sh" eval $(opam env) + +[ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env |