fragment bashrc
This commit is contained in:
@@ -123,9 +123,9 @@ FZF_DEFAULT_COMMAND='fd --type f| fzf --print0 | xargs -0 -o vim'
|
||||
|
||||
# ask scrcpy to use a specific adb binary,
|
||||
export ADB=/usr/bin/adb
|
||||
source /home/ys/Data/projects/code/Bash/nnn/nnnconfig.sh
|
||||
export PATH="$PATH:/home/ys/Data/projects/code/Bash/nnn"
|
||||
export PATH="$PATH:/home/ys/.local/bin"
|
||||
source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
|
||||
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
@@ -137,4 +137,4 @@ fi
|
||||
source /home/ys/Data/projects/code/Python/Envs/General/bin/activate
|
||||
|
||||
# Added by LM Studio CLI tool (lms)
|
||||
export PATH="$PATH:/home/ys/.lmstudio/bin"
|
||||
export PATH="$PATH:$HOME/.lmstudio/bin"
|
||||
|
||||
@@ -35,3 +35,9 @@ zstyle ':completion:*' verbose true
|
||||
|
||||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
|
||||
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
||||
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||
source $ZSH/custom/themes/powerlevel9k/powerlevel9k.zsh-theme
|
||||
|
||||
|
||||
|
||||
0
home/bash-config/bashrc.aliases
Normal file
0
home/bash-config/bashrc.aliases
Normal file
0
home/bash-config/bashrc.base
Normal file
0
home/bash-config/bashrc.base
Normal file
0
home/bash-config/bashrc.functions
Normal file
0
home/bash-config/bashrc.functions
Normal file
0
home/bash-config/bashrc.local
Normal file
0
home/bash-config/bashrc.local
Normal file
Reference in New Issue
Block a user