Skip to content

Commit 8a4e3c3

Browse files
committed
shell: Add alias for pasting via my script
1 parent e3888da commit 8a4e3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.shellrc/aliases.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ alias unmonitors="xrandr --output eDP-1 --auto --primary --output HDMI-1 --off -
5151
alias vimcognito="vim -i NONE -u NONE -U NONE --cmd 'set noswapfile' --cmd 'set nobackup'"
5252
alias vimp="vim -p"
5353
alias watch="watch --color "
54+
alias xpaste="${SCRIPTS_DIR}/terminal/paste.sh"
5455
alias yqless="yq -C eval | less -Ri"
5556
alias zshrc="nvim ~/.zshrc"

0 commit comments

Comments
 (0)