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,
|
# ask scrcpy to use a specific adb binary,
|
||||||
export ADB=/usr/bin/adb
|
export ADB=/usr/bin/adb
|
||||||
source /home/ys/Data/projects/code/Bash/nnn/nnnconfig.sh
|
source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
|
||||||
export PATH="$PATH:/home/ys/Data/projects/code/Bash/nnn"
|
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
||||||
export PATH="$PATH:/home/ys/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
@@ -137,4 +137,4 @@ fi
|
|||||||
source /home/ys/Data/projects/code/Python/Envs/General/bin/activate
|
source /home/ys/Data/projects/code/Python/Envs/General/bin/activate
|
||||||
|
|
||||||
# Added by LM Studio CLI tool (lms)
|
# 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:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
|
||||||
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
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
2
setup.sh
2
setup.sh
@@ -7,4 +7,4 @@ mkdir -p "$HOME/.config/nvim"
|
|||||||
ln -sf ~/code/configs/home/.gitconfig ~/.gitconfig
|
ln -sf ~/code/configs/home/.gitconfig ~/.gitconfig
|
||||||
ln -sf ~/code/configs/home/.bashrc ~/.bashrc
|
ln -sf ~/code/configs/home/.bashrc ~/.bashrc
|
||||||
ln -sf ~/code/configs/home/.zshrc ~/.zshrc
|
ln -sf ~/code/configs/home/.zshrc ~/.zshrc
|
||||||
ln -sf ~/code/configs/nvim/ ~/.config/nvim
|
ln -sf ~/code/configs/nvim/ ~/.config
|
||||||
|
|||||||
Reference in New Issue
Block a user