summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/.zshrc
Commit message (Collapse)AuthorAgeFilesLines
* checkpointRaymaekers Luca2024-06-251-0/+7
|
* Merge branch 'main' of debuc.com:dotfilesRaymaekers Luca2024-06-191-6/+2
|\
| * checkpointRaymaekers Luca2024-06-181-1/+1
| |
| * checkpointRaymaekers Luca2024-06-161-1/+1
| |
| * checkpointRaymaekers Luca2024-06-091-5/+0
| |
* | checkpointRaymaekers Luca2024-06-191-6/+6
| |
* | Merge remote-tracking branch 'origin/main'Raymaekers Luca2024-05-271-1/+1
|\|
| * reorganized.Raymaekers Luca2024-05-071-8/+1
| |
* | updatedRaymaekers Luca2024-05-271-8/+1
|/
* UpdateRaymaekers Luca2024-05-031-0/+7
|
* Merge branch 'main' of debuc.com:dotfilesRaymaekers Luca2024-04-161-9/+3
|\
| * syncedRaymaekers Luca2024-04-151-9/+3
| |
* | updateRaymaekers Luca2024-04-161-1/+1
|/
* [zsh] added more ignoresRaymaekers Luca2024-03-111-1/+1
|
* refactorRaymaekers Luca2024-03-041-9/+5
|
* [zsh] added ignore for auto-notify and comments for profilingRaymaekers Luca2024-02-271-1/+5
|
* [zsh] added surround_in_var in widgets.zshRaymaekers Luca2024-02-271-0/+1
|
* [zsh] added auto notify and keybind for autosuggestionsRaymaekers Luca2024-02-271-3/+11
|
* Update shellRaymaekers Luca2024-02-031-18/+1
| | | | | | | | | | *Added alias *changed mutt to not use symlink *changed starship looks *use comp.zsh instead of plugin *remove git-alias plugin *added auto rehash *removed rehash hook
* zsh Refactor multiple files and use zapRaymaekers Luca2024-01-251-129/+75
|
* use startx on tty1Raymaekers Luca2024-01-251-2/+2
|
* add ls after cdRaymaekers Luca2024-01-041-4/+5
|
* updateRaymaekers Luca2024-01-031-1/+1
|
* cleanupRaymaekers Luca2023-12-131-1/+1
|
* use seperate shell folder that works cross shellsRaymaekers Luca2023-12-121-2/+2
|
* renamed functions.zshRaymaekers Luca2023-12-121-1/+1
|
* won two characters of screen!Raymaekers Luca2023-11-141-1/+1
|
* remove file list all on completionRaymaekers Luca2023-11-121-1/+0
|
* removed completion matching controlRaymaekers Luca2023-11-101-3/+0
|
* removed approxiamte completerRaymaekers Luca2023-11-101-2/+1
|
* added completion system configurationRaymaekers Luca2023-11-071-2/+50
|
* added support for pull+push status of remoteRaymaekers Luca2023-10-231-3/+3
|
* use case statement to select desktop managerRaymaekers Luca2023-10-231-9/+8
|
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-10-211-1/+0
|\
| * don't clear in normal shell and don't print PLUGPATH on reloadRaymaekers Luca2023-10-201-2/+1
| |
| * set 'dwl' as default (tty1)Raymaekers Luca2023-10-201-2/+2
| |
| * added dwl configurationRaymaekers Luca2023-10-171-4/+4
| |
| * refactorRaymaekers Luca2023-10-171-8/+7
| |
* | edited path to work for termuxRaymaekers Luca2023-10-211-1/+2
|/
* fix: useless echoRaymaekers Luca2023-10-101-1/+0
|
* fixed: plugins not working on debianRaymaekers Luca2023-10-101-2/+12
|
* readded plugins and removed slow lineRaymaekers Luca2023-10-091-1/+2
|
* added space after signRaymaekers Luca2023-10-081-1/+1
|
* changed parse_branch and added it to supdRaymaekers Luca2023-10-051-8/+3
|
* added dotnet completionRaymaekers Luca2023-09-281-0/+17
|
* don't use plugins anymoreRaymaekers Luca2023-09-281-18/+3
|
* [zshrc] remove prompt expansion on wt_actionRaymaekers Luca2023-09-181-1/+1
|
* [zshrc] fixed highlight bugRaymaekers Luca2023-08-251-1/+1
|
* [.zshrc] refactored git_parse_remoteRaymaekers Luca2023-08-151-3/+3
| | | | | | | use cut instead of sed to get the state of the remote, now you could use this command: git branch -v 2> /dev/null | sed '/^*/!d;s/^[^[]*\[\([^ ]*\).*$/\1/' but at this point, it feels more like intellectual masturbation.
* [zshrc] use exec and keychain identityRaymaekers Luca2023-08-131-2/+2
| | | | | | | Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though...