diff --git a/config/.zshrc b/config/.zshrc index 91ded4c..bc12657 100644 --- a/config/.zshrc +++ b/config/.zshrc @@ -10,12 +10,6 @@ export ZSH="$HOME/.oh-my-zsh" # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes ZSH_THEME="mrfortem" -# Set list of themes to pick from when loading at random -# Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in $ZSH/themes/ -# If set to an empty array, this variable will have no effect. -# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) - # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -110,6 +104,5 @@ alias rmou='rclone mount OneDriveUGent: ~/Documents/OneDriveUGent/' alias rmop='rclone mount OneDrivePersonal: ~/Documents/OneDrivePersonal' alias helios='ssh tdpeuter@helios.ugent.be' alias resblue='systemctl restart bluetooth' -alias sysconfdr='cd ~/Documents/OneDrivePersonal/_PERSOONLIJK/_OTHER/Code/sysconfig/' alias Personal='cd ~/Documents/OneDrivePersonal/_PERSOONLIJK' alias UGent='cd ~/Documents/OneDriveUGent/Informatica\ J1\ 2021-2022/'