summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
AgeCommit message (Collapse)Author
2023-10-10fix: useless echoRaymaekers Luca
2023-10-10fixed: plugins not working on debianRaymaekers Luca
2023-10-09readded plugins and removed slow lineRaymaekers Luca
2023-10-08added space after signRaymaekers Luca
2023-10-05changed parse_branch and added it to supdRaymaekers Luca
2023-10-04added aliasesRaymaekers Luca
2023-10-04added ytdl alias (ytclipo)Raymaekers Luca
2023-10-04added gmod aliasRaymaekers Luca
2023-10-02changed ping to quadnine dnsRaymaekers Luca
2023-10-01added getgitRaymaekers Luca
2023-09-28small fixesRaymaekers Luca
2023-09-28imply '.desktop' suffixRaymaekers Luca
2023-09-28added aliasesRaymaekers Luca
2023-09-28added dotnet completionRaymaekers Luca
2023-09-28don't use plugins anymoreRaymaekers Luca
2023-09-22[functions] cleanupRaymaekers Luca
2023-09-20[aliases] fixed find showing errorRaymaekers Luca
2023-09-20[aliases] prevent gurk from relink when already runningRaymaekers Luca
2023-09-18[zshrc] remove prompt expansion on wt_actionRaymaekers Luca
2023-09-11Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-09-11[aliases] added sshdb and filRaymaekers Luca
2023-09-01Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-09-01[aliases] use loop for ufwdRaymaekers Luca
2023-08-30Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-30[aliases] added googoo~ + tmux aliasesRaymaekers Luca
2023-08-30Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-30[aliases] also check home for dircolorsRaymaekers Luca
2023-08-27[functions] grouped oneliners togetherRaymaekers Luca
2023-08-25[functions.zsh] fixed typo in ogoRaymaekers Luca
2023-08-25[functions.zsh] use log(n)Raymaekers Luca
2023-08-25[zshrc] fixed highlight bugRaymaekers Luca
2023-08-22Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-22[aliases] edited aliasesRaymaekers Luca
removed aliases that have been replaced such as floc and dloc, and added more aliases
2023-08-15[.zshrc] refactored git_parse_remoteRaymaekers Luca
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.
2023-08-15[functions.zsh] removed unecessary testsRaymaekers Luca
2023-08-15[aliases.zsh] added calc aliasRaymaekers Luca
2023-08-15[functions.zsh] added ginitRaymaekers Luca
function to init a dir on db remote
2023-08-15[functions.zsh] renamed die to logRaymaekers Luca
2023-08-15[functions.zsh] changed function name formatRaymaekers Luca
2023-08-14[googoo] fixed destination argument not workingRaymaekers Luca
2023-08-14Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-14[aliases] added ufwdRaymaekers Luca
2023-08-13[zshrc] use exec and keychain identityRaymaekers Luca
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...
2023-08-13[functions] use grouping in calc, added psgrepRaymaekers Luca
2023-08-13[aliases] added diff aliasRaymaekers Luca
2023-08-13[googoo] removed functions and updated behaviourRaymaekers Luca
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
2023-08-07[aliases] updated the gdate aliasRaymaekers Luca
2023-08-07[goo] added option to give search query as second paramaterRaymaekers Luca
I noticed by mistake sometimes I would type the query already.
2023-08-04Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-04[aliases] added ufwdRaymaekers Luca