···11+# ~/.bashrc: executed by bash(1) for non-login shells.
22+# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
33+# for examples
44+55+# If not running interactively, don't do anything
66+case $- in
77+ *i*) ;;
88+ *) return;;
99+esac
1010+1111+# don't put duplicate lines or lines starting with space in the history.
1212+# See bash(1) for more options
1313+HISTCONTROL=ignoreboth
1414+1515+# append to the history file, don't overwrite it
1616+shopt -s histappend
1717+1818+# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
1919+HISTSIZE=10000
2020+HISTFILESIZE=20000
2121+2222+# enable searching through history with already-typed string (Matlab style)
2323+bind '"\e[A": history-search-backward'
2424+bind '"\e[B": history-search-forward'
2525+2626+# check the window size after each command and, if necessary,
2727+# update the values of LINES and COLUMNS.
2828+shopt -s checkwinsize
2929+3030+# If set, the pattern "**" used in a pathname expansion context will
3131+# match all files and zero or more directories and subdirectories.
3232+#shopt -s globstar
3333+3434+# make less more friendly for non-text input files, see lesspipe(1)
3535+[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
3636+3737+# set variable identifying the chroot you work in (used in the prompt below)
3838+if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
3939+ debian_chroot=$(cat /etc/debian_chroot)
4040+fi
4141+4242+# set a fancy prompt (non-color, unless we know we "want" color)
4343+case "$TERM" in
4444+ xterm-color|*-256color) color_prompt=yes;;
4545+esac
4646+4747+# uncomment for a colored prompt, if the terminal has the capability; turned
4848+# off by default to not distract the user: the focus in a terminal window
4949+# should be on the output of commands, not on the prompt
5050+#force_color_prompt=yes
5151+5252+if [ -n "$force_color_prompt" ]; then
5353+ if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
5454+ # We have color support; assume it's compliant with Ecma-48
5555+ # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
5656+ # a case would tend to support setf rather than setaf.)
5757+ color_prompt=yes
5858+ else
5959+ color_prompt=
6060+ fi
6161+fi
6262+6363+if [ "$color_prompt" = yes ]; then
6464+ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
6565+else
6666+ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
6767+fi
6868+unset color_prompt force_color_prompt
6969+7070+# If this is an xterm set the title to user@host:dir
7171+case "$TERM" in
7272+xterm*|rxvt*)
7373+ PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
7474+ ;;
7575+*)
7676+ ;;
7777+esac
7878+7979+# enable color support of ls and also add handy aliases
8080+if [ -x /usr/bin/dircolors ]; then
8181+ test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
8282+ alias ls='ls --color=auto'
8383+ #alias dir='dir --color=auto'
8484+ #alias vdir='vdir --color=auto'
8585+8686+ alias grep='grep --color=auto'
8787+ alias fgrep='fgrep --color=auto'
8888+ alias egrep='egrep --color=auto'
8989+fi
9090+9191+# colored GCC warnings and errors
9292+#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
9393+9494+# some more ls aliases
9595+alias ll='ls -alF'
9696+alias la='ls -A'
9797+alias l='ls -CF'
9898+9999+# Add an "alert" alias for long running commands. Use like so:
100100+# sleep 10; alert
101101+alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
102102+103103+# Alias definitions.
104104+# You may want to put all your additions into a separate file like
105105+# ~/.bash_aliases, instead of adding them here directly.
106106+# See /usr/share/doc/bash-doc/examples in the bash-doc package.
107107+108108+if [ -f ~/.bash_aliases ]; then
109109+ . ~/.bash_aliases
110110+fi
111111+112112+# enable programmable completion features (you don't need to enable
113113+# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
114114+# sources /etc/bash.bashrc).
115115+if ! shopt -oq posix; then
116116+ if [ -f /usr/share/bash-completion/bash_completion ]; then
117117+ . /usr/share/bash-completion/bash_completion
118118+ elif [ -f /etc/bash_completion ]; then
119119+ . /etc/bash_completion
120120+ fi
121121+fi
122122+123123+export PATH=${PATH}:/home/jni/.cargo/bin
124124+125125+# >>> mamba initialize >>>
126126+# !! Contents within this block are managed by 'micromamba shell init' !!
127127+export MAMBA_EXE='/home/jni/.local/bin/micromamba';
128128+export MAMBA_ROOT_PREFIX='/home/jni/micromamba';
129129+__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)"
130130+if [ $? -eq 0 ]; then
131131+ eval "$__mamba_setup"
132132+else
133133+ alias micromamba="$MAMBA_EXE" # Fallback on help from micromamba activate
134134+fi
135135+unset __mamba_setup
136136+# <<< mamba initialize <<<
137137+138138+139139+alias mu=micromamba
140140+141141+mu activate all
142142+143143+144144+export FJ_HOST=codeberg.org
···11+if status is-interactive
22+ # Commands to run in interactive sessions can go here
33+end
44+55+# Turn off syntax highlighting
66+for color in fish_color_command fish_color_comment fish_color_end \
77+ fish_color_escape fish_color_match fish_color_operator \
88+ fish_color_param fish_color_quote \
99+ fish_pager_color_description fish_pager_color_prefix
1010+ set $color normal
1111+end
1212+1313+set fish_color_autosuggestion white
1414+set fish_color_error red
1515+1616+set fish_pager_color_progress white
1717+1818+# >>> mamba initialize >>>
1919+# !! Contents within this block are managed by 'micromamba shell init' !!
2020+set -gx MAMBA_EXE "/home/jni/.local/bin/micromamba"
2121+set -gx MAMBA_ROOT_PREFIX "/home/jni/micromamba"
2222+$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
2323+# <<< mamba initialize <<<
2424+micromamba activate all
2525+2626+alias mu micromamba
2727+2828+alias pbcopy wl-copy
2929+alias pbpaste wl-paste
3030+3131+fish_add_path /home/jni/.local/bin