summaryrefslogtreecommitdiff
path: root/.zshrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-20Update to 02/20/25Danny Holman1-0/+2
2022-06-20Update shell and terminal stuffsDanny Holman1-1/+1
Update the configs that control my shell and related tools.
2020-06-16Remove powerline configsDanny Holman1-13/+21
Remove the configuration options for powerline. I use framework-free zsh and vim now.
2020-02-11zsh: ignore duplicate history entriesDanny Holman1-2/+1
2019-07-22zsh: aliased Metasploit command to be less verboseDanny Holman1-0/+1
Signed-off-by: Danny Holman <dholman@gymli.org>
2019-05-27General updatesDanny Holman1-3/+2
General updates to things due to package differences since last update.
2019-03-20General updates to shell stuffDanny Holman1-4/+3
2018-10-19Added powerline configs to zsh and vimDaniel Holman1-7/+10
2018-04-12Wrote zsh function for pacsearch to also search AURDaniel Holman1-1/+11
Wrote a function inside .zshrc that allows 'pacsearch' to also search the AUR using cower.
2018-04-11Updated .zshrc to use normal pacman operationsDaniel Holman1-3/+4
Reset the 'pac*' set of aliases in .zshrc to point to normal pacman commands and a script that checks for AUR updates.
2018-04-05General updatesDaniel Holman1-14/+0
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
2018-03-01Made .zshrc a little clearer and more usefulDaniel Holman1-2/+10
Inserted comments above large blocks of shell config and changed the prompt to also print the return code of the last command to the left of the prompt
2017-11-27Changed the SUDO_EDITORDaniel Holman1-1/+2
2017-08-24Changed the alias for removing packages in .zshrcDaniel Holman1-1/+1
2017-07-24Added some prompt options in .zshrcDaniel Holman1-2/+7
Added 5 lines of shell code to .zshrc in order to make working with git repositories more productive
2017-07-21Added a GPG variable to .zshrcDaniel Holman1-0/+1
Added a line to .zshrc to allow use of GPG smartcard mode
2017-06-24Added completion options among other thingsDaniel Holman1-2/+26
Added a few completion options and some other useful things to .zsh