summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
Commit message (Collapse)AuthorAgeFilesLines
* replaced scr aliasRaymaekers Luca2023-10-101-2/+1
|
* added edit_dir functionRaymaekers Luca2023-10-102-2/+10
|
* 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 aliasesRaymaekers Luca2023-10-041-0/+2
|
* added ytdl alias (ytclipo)Raymaekers Luca2023-10-041-0/+1
|
* added gmod aliasRaymaekers Luca2023-10-041-0/+1
|
* changed ping to quadnine dnsRaymaekers Luca2023-10-021-1/+1
|
* added getgitRaymaekers Luca2023-10-011-0/+1
|
* small fixesRaymaekers Luca2023-09-281-3/+2
|
* imply '.desktop' suffixRaymaekers Luca2023-09-281-4/+3
|
* added aliasesRaymaekers Luca2023-09-281-1/+4
|
* added dotnet completionRaymaekers Luca2023-09-281-0/+17
|
* don't use plugins anymoreRaymaekers Luca2023-09-281-18/+3
|
* [functions] cleanupRaymaekers Luca2023-09-221-2/+2
|
* [aliases] fixed find showing errorRaymaekers Luca2023-09-201-1/+1
|
* [aliases] prevent gurk from relink when already runningRaymaekers Luca2023-09-201-0/+2
|
* [zshrc] remove prompt expansion on wt_actionRaymaekers Luca2023-09-181-1/+1
|
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-09-111-1/+1
|\
| * Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-09-011-1/+7
| |\
| * | [aliases] use loop for ufwdRaymaekers Luca2023-09-011-1/+1
| | |
* | | [aliases] added sshdb and filRaymaekers Luca2023-09-111-1/+2
| |/ |/|
* | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-301-1/+2
|\ \
| * | Merge branch 'main' of db:dotfilesRaymaekers Luca2023-08-303-118/+120
| |\|
| * | [aliases] also check home for dircolorsRaymaekers Luca2023-08-301-1/+2
| | |
* | | [aliases] added googoo~ + tmux aliasesRaymaekers Luca2023-08-301-0/+5
| |/ |/|
* | [functions] grouped oneliners togetherRaymaekers Luca2023-08-271-37/+13
| |
* | [functions.zsh] fixed typo in ogoRaymaekers Luca2023-08-251-1/+1
| |
* | [functions.zsh] use log(n)Raymaekers Luca2023-08-251-6/+8
| |
* | [zshrc] fixed highlight bugRaymaekers Luca2023-08-251-1/+1
| |
* | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-223-54/+61
|\ \
| * | [aliases] edited aliasesRaymaekers Luca2023-08-221-8/+4
| | | | | | | | | | | | | | | removed aliases that have been replaced such as floc and dloc, and added more aliases
| * | [.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.
| * | [functions.zsh] removed unecessary testsRaymaekers Luca2023-08-151-4/+10
| | |
| * | [aliases.zsh] added calc aliasRaymaekers Luca2023-08-151-1/+2
| | |
| * | [functions.zsh] added ginitRaymaekers Luca2023-08-151-3/+11
| | | | | | | | | | | | function to init a dir on db remote
| * | [functions.zsh] renamed die to logRaymaekers Luca2023-08-151-4/+2
| | |
| * | [functions.zsh] changed function name formatRaymaekers Luca2023-08-151-31/+29
| | |
| * | [googoo] fixed destination argument not workingRaymaekers Luca2023-08-141-1/+1
| | |
* | | Merge branch 'main' of /var/git/dotfilesRaymaekers Luca2023-08-143-11/+25
|\| |
| * | [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...
| * | [functions] use grouping in calc, added psgrepRaymaekers Luca2023-08-131-1/+7
| | |
| * | [aliases] added diff aliasRaymaekers Luca2023-08-131-0/+1
| | |
| * | [googoo] removed functions and updated behaviourRaymaekers Luca2023-08-131-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | removed functions that where unneed as they were only called once, changed behaviour to not implement fzf in goo but in the functions itself, this makes goo easier to implement in other commands. Also ported over the funcitonality of setting the query with the first argument
| * | [aliases] updated the gdate aliasRaymaekers Luca2023-08-071-1/+1
| | |
| * | [goo] added option to give search query as second paramaterRaymaekers Luca2023-08-071-3/+3
| | | | | | | | | | | | I noticed by mistake sometimes I would type the query already.
* | | [aliases] added ufwdRaymaekers Luca2023-08-141-1/+1
|/ /