diff options
| -rw-r--r-- | home/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.zshrc b/home/.zshrc index d58b772..a5c156a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -197,6 +197,7 @@ if main_node; then #alias xflux="/home/astra/git/f.lux/xflux -l 48.21 -g 16.37" alias openwlans='nmcli device wifi rescan ; sleep 2 ; nmcli device wifi list | egrep -v "(WPA1|WPA2|802.1X|WEP)" | grep -v Ad-Hoc | awk "!/^ --/ {print}"' alias venv='source `find . -wholename "*/bin/activate" | head -n1`' + alias xclip='xclip -selection c' fi if main_node; then |
