mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
implements multiple todos
This commit is contained in:
parent
ef7b5680fb
commit
2aee2088c4
24 changed files with 355 additions and 331 deletions
|
|
@ -83,7 +83,7 @@ if command -v apt > /dev/null; then
|
|||
alias apt="sudo apt"
|
||||
alias apti="sudo apt install"
|
||||
alias aptu="sudo apt update && sudo apt upgrade"
|
||||
alias aptr="sudo apt autoremove && sudo apt remove"
|
||||
alias aptr="sudo apt remove"
|
||||
fi
|
||||
|
||||
if command -v brew > /dev/null; then
|
||||
|
|
|
|||
|
|
@ -38,8 +38,4 @@ done
|
|||
# Use `set -k` to mark leading `#` as a comment character
|
||||
set -k
|
||||
|
||||
# # TODO: Below should be reorganized
|
||||
# export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
# export NVM_DIR="$HOME/.config/nvm"
|
||||
# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
source <(fzf --zsh)
|
||||
|
|
|
|||
|
|
@ -37,9 +37,7 @@ bindkey '^B' backward-char
|
|||
bindkey '^P' up-line-or-history
|
||||
bindkey '^N' down-line-or-history
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
# TODO: did not test
|
||||
bindkey '^K' kill-line
|
||||
bindkey '^X^E' edit-command-line
|
||||
|
||||
# LEADER CONVENTION
|
||||
# ^X defines as a prefix key in shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue