From a8aa9093d431b862e64028e65283c21e25771724 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Sun, 1 May 2022 20:58:42 +0200 Subject: added a new alias u=cd .. --- aliases/.aliases/aliases | 1 + zsh/.zshrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aliases/.aliases/aliases b/aliases/.aliases/aliases index 76b06af..bc77387 100644 --- a/aliases/.aliases/aliases +++ b/aliases/.aliases/aliases @@ -1,3 +1,4 @@ +alias u="cd .." alias cr="~/.scripts/compiler_cpp.sh" alias cfinit="~/.scripts/pscontests.sh" alias manimss="manim -psqh" diff --git a/zsh/.zshrc b/zsh/.zshrc index ec9265f..530821b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -177,7 +177,7 @@ ex () [[ -f ~/.zshrc-personal ]] && . ~/.zshrc-personal # reporting tools - install when not installed -#neofetch +# neofetch #screenfetch #alsi #paleofetch @@ -190,4 +190,4 @@ ex () #sysinfo #sysinfo-retro #cpufetch -#colorscript random +colorscript random -- cgit v1.2.3