Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zshrc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Randall
zshrc
Commits
179d72eb
Commit
179d72eb
authored
10 months ago
by
joshrandall8478
Browse files
Options
Downloads
Patches
Plain Diff
updated configs
parent
16d4a497
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.zshrc
+12
-3
12 additions, 3 deletions
.zshrc
README.md
+2
-0
2 additions, 0 deletions
README.md
with
14 additions
and
3 deletions
.zshrc
+
12
−
3
View file @
179d72eb
...
...
@@ -78,7 +78,7 @@ ZSH_THEME=(bira)
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins
=(
git
sudo
zsh-256color zsh-autosuggestions zsh-syntax-highlighting
)
plugins
=(
git
sudo
zsh-256color zsh-autosuggestions zsh-syntax-highlighting
vscode
)
source
$ZSH
/oh-my-zsh.sh
# User configuration
...
...
@@ -125,7 +125,7 @@ source $ZSH/oh-my-zsh.sh
# return 127
#}
alias
in
=
"yay -S"
alias
in
=
"yay -S
y
"
#function in {
...
...
@@ -149,7 +149,7 @@ alias pa='yay -Ss' # list availabe package
alias
pc
=
'sudo yay -Sc'
# remove unused cache
alias
po
=
'pacman -Qtdq | sudo pacman -Rns -'
# remove unused packages, also try > pacman -Qqd | pacman -Rsu --print -
alias
vc
=
'code'
# gui code editor
alias
fucking
=
'sudo'
# because its funny
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[
!
-f
~/.p10k.zsh
]]
||
source
~/.p10k.zsh
...
...
@@ -179,3 +179,12 @@ eval "$(zoxide init zsh)"
alias
smallfetch
=
"fastfetch -c ~/smallfetch.jsonc"
smallfetch
fortune
-s
-n
100
-o
export
PATH
=
$PATH
:/home/joshr/.spicetify
# for fun :)
alias
fucking
=
'sudo'
# because its funny
alias
archbtw
=
'clear;neofetch'
alias
baseddino
=
"fortune -s -n 150 -o | cowsay -f stegosaurus"
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
179d72eb
# zshrc
### Updated: 10/6/24
The .zshrc config is configured mainly for Arch. More to this readme is coming later.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment