Compare commits

..

No commits in common. "7e10a1c39dd85a9bef55f85e18fc6934b0f06301" and "b5365da6cab95197a066135f0e81e2e5867488e9" have entirely different histories.

2 changed files with 1 additions and 11 deletions

10
.bashrc
View File

@ -64,7 +64,7 @@ export XDG_DATA_HOME=$HOME/.local/share
if [ -f "/usr/bin/fzf" ]; then if [ -f "/usr/bin/fzf" ]; then
# Fuzzy finder setup # Fuzzy finder setup
export FZF_COMPLETION_TRIGGER='**' export FZF_COMPLETION_TRIGGER='**'
export FZF_DEFAULT_COMMAND='ag -g ""' export FZF_DEFAULT_COMMAND='ag --hidden --skip-vcs-ignores -t -g ""'
export FZF_DEFAULT_OPTS=" export FZF_DEFAULT_OPTS="
--pointer='❭' --pointer='❭'
--height 10% --height 10%
@ -117,14 +117,6 @@ if [[ -z "${SSH_CONNECTION}" ]]; then
fi fi
# }}} # }}}
# pnpm
export PNPM_HOME="/home/h/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
# Codi # Codi
# Usage: codi [filetype] [filename] # Usage: codi [filetype] [filename]
codi() { codi() {

View File

@ -26,8 +26,6 @@
alf = "!git config -l | grep alias | cut -c 7- | fzf" alf = "!git config -l | grep alias | cut -c 7- | fzf"
al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)" al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)"
rs = "restore --staged" rs = "restore --staged"
rb = "rebase"
rbi = "rebase -i"
wt = "worktree" wt = "worktree"
[color] [color]