-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_bashrc
More file actions
20 lines (18 loc) · 736 Bytes
/
dot_bashrc
File metadata and controls
20 lines (18 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# If not running interactively, don't do anything (leave this at the top of this file)
[[ $- != *i* ]] && return
# All the default Omarchy aliases and functions
# (don't mess with these directly, just overwrite them here!)
source ~/.local/share/omarchy/default/bash/rc
fastfetch
# Add your own exports, aliases, and functions here.
#
# Make an alias for invoking commands you use constantly
# alias p='python'
export PATH="$PATH:$HOME/.dotnet/tools"
export PATH="$HOME/bin:$PATH"
. "$HOME/.cargo/env"
export SSL_CERT_DIR=/etc/ssl/certs
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
export PATH="$HOME/.config/composer/vendor/bin:$PATH"
. "$HOME/.local/share/../bin/env"
export PATH="$HOME/.config/composer/vendor/bin:$PATH"