Dotfiles V.1.1.5
Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
This commit is contained in:
13
.zshrc
13
.zshrc
@@ -98,17 +98,10 @@ export DBUS_SESSION_BUS_ADRESS="unix:path=$DBUS_LAUNCHD_SESSION_BUS_SOCKET"
|
||||
# on startup
|
||||
|
||||
clear
|
||||
|
||||
function colorscript ()
|
||||
{
|
||||
ls ~/.config/colorscripts |sort -R |tail -1 |while read file; do
|
||||
~/.config/colorscripts/$file
|
||||
done
|
||||
}
|
||||
fastfetch
|
||||
|
||||
eval $(thefuck --alias)
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
colorscript
|
||||
|
||||
# Terminal Shortcuts
|
||||
|
||||
@@ -121,13 +114,13 @@ alias pip="pip3.12"
|
||||
|
||||
function ct {
|
||||
clear
|
||||
colorscript
|
||||
fastfetch
|
||||
cd
|
||||
}
|
||||
|
||||
function c {
|
||||
clear
|
||||
colorscript
|
||||
fastfetch
|
||||
}
|
||||
|
||||
function li () {
|
||||
|
||||
Reference in New Issue
Block a user