add alias to copy current terminal
This commit is contained in:
parent
69ad2ef083
commit
aa16fde8e3
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -48,6 +48,9 @@ alias nano="nvim"
|
|||
# Ready for ssh'ing
|
||||
alias agent='eval "$(ssh-agent)" && ssh-add'
|
||||
|
||||
# Cloning my terminal
|
||||
alias copy='urxvtc'
|
||||
|
||||
# Base16 Shell
|
||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
|
||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue