Added Fish terminal configuration

This commit is contained in:
Fabio Scotto di Santolo
2024-05-09 14:37:47 +02:00
parent 589875fb2f
commit 6c21b51906
18 changed files with 1679 additions and 14 deletions

View File

@@ -1,5 +1,3 @@
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/bashrc.pre.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.pre.bash"
#
# ~/.bashrc
#
@@ -199,6 +197,3 @@ export NVM_DIR="$HOME/.nvm"
export SDKMAN_DIR="/home/plague/.sdkman"
[[ -s "/home/plague/.sdkman/bin/sdkman-init.sh" ]] && source "/home/plague/.sdkman/bin/sdkman-init.sh"
. "$HOME/.cargo/env"
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.post.bash"