From 49a654cb902787240e2be3964197f7b4ed495b3d Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 21 Feb 2022 12:13:59 +0100 Subject: zsh: Remove old and unused aliases .config/zsh/includes/aliases.zsh: Remove old and unused aliases --- .config/zsh/includes/aliases.zsh | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to '.config/zsh/includes/aliases.zsh') diff --git a/.config/zsh/includes/aliases.zsh b/.config/zsh/includes/aliases.zsh index 862384b..5d0f880 100644 --- a/.config/zsh/includes/aliases.zsh +++ b/.config/zsh/includes/aliases.zsh @@ -1,4 +1,3 @@ -# < ZSH ALIASES # suffix aliases alias -s pdf='mupdf' alias -s ps='mupdf' @@ -202,10 +201,6 @@ alias packimp='sudo pacman-key -r ' #Import a key ID to the pacman keyring alias packsign='sudo pacman-key --lsign-key ' #Sign a key ID after importing it to the keyring alias packref='sudo pacman-key --refresh-keys' #Refresh the list of master keys -##YAOURT -alias yaup='yaourt -Syu --devel --aur' #Updates all locally installed repository, AUR and git packages -alias yadb='yaourt -B $HOME/ownCloud/backup/settings/' #Backs up the yaourt database - ##XCLIP alias cpx="xclip -selection clipboard -display :0" @@ -216,13 +211,6 @@ alias cd.courses="cd $HOME/ownCloud/documents/university/tu-berlin/courses" alias cd.backup="cd $HOME/ownCloud/backup" alias cd.scpref="cd $HOME/.config/SuperCollider" -##OCTAVE -#alias octave="octave --silent --braindead --force-gui" -alias octave="octave --force-gui" - -##MATLAB -alias matlabc="matlab -nodesktop -nosplash" - ##NMCLI alias nmup="sudo nmcli con up id" alias nmdown="sudo nmcli con down id" @@ -237,41 +225,18 @@ if [ $VENDOR = "apple" ]; then # apple's date is broken alias ssh.new='ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)-$(date +%Y-%m-%d)"' fi -alias pool='ssh pool -Y' -alias sshtunnel="ssh -ND 44350 -v -p 46399 dave@frqb.zapto.org" # tunnel through home -alias frqtun="ssh -ND 44350 -v frq" -alias scp=scp #KEYCHAIN alias keyflush="keychain --clear && keychain -k mine" -#PULSEAUDIO -alias pak='pulseaudio --kill' -alias pas='pulseaudio --start' -alias paflush='pax11publish -r' -alias bthp="pactl load-module module-bluetooth-device address='00:1B:66:01:6C:D1'" #load bluetooth headphone module for pulseaudio - #PYTHON alias pyserv='python -m http.server' # start a python http server # VDIRSYNCER alias vsync="vdirsyncer sync" -#WOL -alias woldave_in='wol -i homey 00:15:f2:e0:e0:c6' #wake up homey -alias woldave_ex='wol -p X -i frqb.zapto.org 00:15:f2:e0:e0:c6' #wake up homey via - ## OVERRIDES # Colorize grep output alias grep='grep --color=auto --exclude-dir=.git' -alias psgrep='ps aux | grep -v "grep"| grep $1' -alias greptodo='grep -R "TODO" .' alias exit="clear; exit" -alias du='du -h' alias .='source' - - -## HELP -alias helpdd='echo dd if=bla | pv -s 10M | dd of=blob' - -# ZSH ALIASES > -- cgit v1.2.3-54-g00ecf