summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-04-26 12:00:58 +0200
committermarcellus <msimon_fr@hotmail.com>2023-04-26 12:00:58 +0200
commitb0ae0d055deac58ff601ff03bb9338efe547e064 (patch)
treee0da217a4785b0a2c1fe141fba28e3ee82180f39 /.zshrc
parentdf8cb9d15446196a0c1d6dfceb8f5e2a92b4a5a4 (diff)
fix: fixed config path
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc34
1 files changed, 0 insertions, 34 deletions
diff --git a/.zshrc b/.zshrc
deleted file mode 100644
index b3471ca..0000000
--- a/.zshrc
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by newuser for 5.9
-curl -s https://zeus.ionis-it.com/api/group/428/ics/EOVYjD9jk5 >/tmp/calendar.ics
-$HOME/icstocal /tmp/calendar.ics /tmp/calendar >/dev/null
-flashfetch
-quand
-
-
-autoload -U colors && colors # Load colors
-PS1="%B%(?.0.%F{red}%?) %F{blue}%n %F{green}%~ %f$%b "
-
-
-alias ls="ls -a --color=auto"
-alias shut="sudo openrc-shutdown -p now"
-alias shutr="sudo openrc-shutdown -r now"
-alias ins="sudo pacman -S"
-alias uins="sudo pacman -R"
-alias c="clear; quand"
-alias poule="git pull"
-
-autoload -U compinit
-zstyle ':completion:*' menu select
-zmodload zsh/complist
-compinit
-_comp_options+=(globdots)
-
-setopt autocd
-
-autoload -Uz vcs_info
-precmd_vcs_info() { vcs_info }
-precmd_functions+=( precmd_vcs_info )
-setopt prompt_subst
-RPROMPT=\$vcs_info_msg_0_
-zstyle ':vcs_info:git:*' formats '%F{cyan}(%b)%f'
-zstyle ':vcs_info:*' enable git