Add api keys file for bash for avante.nvim
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Aliases I like
|
||||
alias update="sudo dnf update -y && flatpak update -y"
|
||||
alias install="sudo dnf install -y"
|
||||
|
@ -1,2 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ~/.local/share/sunhat/defaults/bash/shell
|
||||
source ~/.local/share/sunhat/defaults/bash/aliases
|
||||
if [ -f ~/.local/share/sunhat/defaults/bash/api_keys ]; then
|
||||
source ~/.local/share/sunhat/defaults/bash/api_keys
|
||||
fi
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
|
Reference in New Issue
Block a user