From 4bb7cf6c21ca420e8cabea3ef9e56bbd37274d9f Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Sat, 22 Jun 2019 13:29:40 -0500 Subject: [PATCH] Cleaned up aliases --- home_zsh/.zsh/zshalias | 7 +++++-- home_zsh/zpreztorc | 2 +- home_zsh/zshrc | 13 ------------- 3 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 home_zsh/zshrc diff --git a/home_zsh/.zsh/zshalias b/home_zsh/.zsh/zshalias index 1977092..d49237c 100644 --- a/home_zsh/.zsh/zshalias +++ b/home_zsh/.zsh/zshalias @@ -2,7 +2,6 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' -alias ted='java -jar /home/tracey/bin/ted.jar' alias ll='ls -alFh --group-directories-first' alias la='ls -A' alias l='ls -CF' @@ -11,4 +10,8 @@ alias colosync='ssh syncthing@cp' alias mountpi='sshfs -o idmap=user pi@pi3:/home/pi /home/tracey/pi3' alias unpi='fusermount -u /home/tracey/pi3' alias aptup='sudo zsh -c 'apt update&&apt upgrade&&apt autoremove'' -alias fixkde='DISPLAY=:0 kwin --replace &' \ No newline at end of file +alias fixkde='DISPLAY=:0 kwin --replace &' +alias neonup='pkcon refresh && pkcon update' +alias colokontabs='konsole --tabs-from-file ~/git/shell-scripts/home_config/konsole_tabs_colo &' +alias colokon='konsole --profile Mikado -e $SHELL -c "echo Hallo Tracey ; ssh cp"' +alias zpreztoup='cd /home/tracey/.zprezto && git fetch && git merge --ff-only && git submodule update --init --recursive' diff --git a/home_zsh/zpreztorc b/home_zsh/zpreztorc index a89d09f..d836c7a 100644 --- a/home_zsh/zpreztorc +++ b/home_zsh/zpreztorc @@ -161,7 +161,7 @@ zstyle ':prezto:module:prompt' theme 'sorin' # Set the SSH identities to load into the agent. # zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github' -zstyle ':prezto:module:ssh:load' identities 'tlc_gittea' 'tlc_server' +zstyle ':prezto:module:ssh:load' identities 'tlc_server' 'tlc_cp_server' 'id_tlc_gitea' echo 'Loaded the identities' echo `ssh-add -l` diff --git a/home_zsh/zshrc b/home_zsh/zshrc deleted file mode 100644 index 039b882..0000000 --- a/home_zsh/zshrc +++ /dev/null @@ -1,13 +0,0 @@ -# -# Executes commands at the start of an interactive session. -# -# Authors: -# Sorin Ionescu -# - -# Source Prezto. -if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then - source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" -fi - -# Customize to your needs...