mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-11 15:08:28 +00:00
fastfetch and ctrlf zi
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -4,6 +4,9 @@ iatest=$(expr index "$-" i)
|
||||
#######################################################
|
||||
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
|
||||
#######################################################
|
||||
if [ -f /usr/bin/fastfetch ]; then
|
||||
fastfetch
|
||||
fi
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
@@ -543,10 +546,10 @@ lazyg() {
|
||||
#######################################################
|
||||
|
||||
alias hug="hugo server -F --bind=10.0.0.97 --baseURL=http://10.0.0.97"
|
||||
bind '"\C-f":"zi\n"'
|
||||
|
||||
export PATH=$PATH:"$HOME/.local/bin:$HOME/.cargo/bin:/var/lib/flatpak/exports/bin:/.local/share/flatpak/exports/bin"
|
||||
|
||||
# Install Starship - curl -sS https://starship.rs/install.sh | sh
|
||||
|
||||
eval "$(starship init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
Reference in New Issue
Block a user