Update
This commit is contained in:
parent
96a0a39e90
commit
988e4f9dd3
2 changed files with 9 additions and 3 deletions
9
.bashrc
9
.bashrc
|
|
@ -7,8 +7,13 @@ esac
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
# dotfiles management
|
# dotfiles management
|
||||||
alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
#alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
||||||
alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/'
|
#alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/'
|
||||||
|
|
||||||
|
|
||||||
|
alias nixconfig="GIT_SSH_COMMAND='ssh -i ~/.ssh/id_ed25519' /run/current-system/sw/bin/git --git-dir=$HOME/nixdotfiles/ --work-tree=/"
|
||||||
|
|
||||||
|
alias config="GIT_SSH_COMMAND='ssh -i ~/.ssh/id_ed25519' /run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
|
||||||
|
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
|
|
|
||||||
|
|
@ -426,7 +426,8 @@ binds {
|
||||||
Mod+Comma hotkey-overlay-title="Settings" {
|
Mod+Comma hotkey-overlay-title="Settings" {
|
||||||
spawn "dms" "ipc" "call" "settings" "toggle";
|
spawn "dms" "ipc" "call" "settings" "toggle";
|
||||||
}
|
}
|
||||||
Mod+N hotkey-overlay-title="Notification Center" { spawn "dms" "ipc" "call" "notifications" "toggle"; }
|
//Mod+N hotkey-overlay-title="Notification Center" { spawn "dms" "ipc" "call" "notifications" "toggle"; }
|
||||||
|
Mod+N {spawn "dms" "ipc" "call" "notepad" "toggle"; }
|
||||||
Mod+Shift+N hotkey-overlay-title="Notepad" { spawn "dms" "ipc" "call" "notepad" "toggle"; }
|
Mod+Shift+N hotkey-overlay-title="Notepad" { spawn "dms" "ipc" "call" "notepad" "toggle"; }
|
||||||
|
|
||||||
// === Security ===
|
// === Security ===
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue