mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: allow signing alias, tmux update
This commit is contained in:
@@ -60,6 +60,7 @@ set -g window-style 'bg=terminal'
|
||||
set -g window-active-style 'bg=terminal'
|
||||
set -g pane-active-border-style 'bg=red'
|
||||
set -g status-position top
|
||||
set -g status-justify centre
|
||||
# set -g window-style 'fg=colour242,bg=terminal'
|
||||
# set -g window-active-style 'fg=colour250,bg=terminal'
|
||||
|
||||
|
||||
@@ -139,3 +139,4 @@ alias install-utils="pushd \$DOTFILES/utils; pnpm install && pnpm build && pnpm
|
||||
alias lg="lazygit"
|
||||
alias txp="tx p"
|
||||
alias tls="tx ls -s"
|
||||
alias allow-signing="echo \"\$(git config --get user.email) namespaces=\"git\" \$(cat ~/.ssh/id_casraf.pub)\" >> ~/.ssh/allowed_signers"
|
||||
|
||||
Reference in New Issue
Block a user