mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-30 14:21:51 +02:00
feat: update configs for tmux
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
shellAliases = {
|
||||
k = "kubectl";
|
||||
vim = "nvim";
|
||||
|
||||
urldecode = "python3 -c 'import sys, urllib.parse as ul; print(ul.unquote_plus(sys.stdin.read()))'";
|
||||
urlencode = "python3 -c 'import sys, urllib.parse as ul; print(ul.quote_plus(sys.stdin.read()))'";
|
||||
|
||||
Reference in New Issue
Block a user