浏览代码

More new shell fine tunings

Kevin 5 年之前
父节点
当前提交
6d07459aef
共有 3 个文件被更改,包括 300 次插入215 次删除
  1. 1 1
      iterm-profiles.json
  2. 298 213
      p10k.zsh
  3. 1 1
      zshrc

+ 1 - 1
iterm-profiles.json

@@ -20,7 +20,7 @@
               "Blue Component" : 0.82352941176470584,
               "Blue Component" : 0.82352941176470584,
               "Green Component" : 0.54509803921568623
               "Green Component" : 0.54509803921568623
             },
             },
-            "Normal Font" : "SauceCodePowerline-Regular 15",
+            "Normal Font" : "SauceCodeProNerdFontCompleteM-Regular 15",
             "Bold Color" : {
             "Bold Color" : {
               "Red Component" : 0.34509803921568627,
               "Red Component" : 0.34509803921568627,
               "Color Space" : "sRGB",
               "Color Space" : "sRGB",

文件差异内容过多而无法显示
+ 298 - 213
p10k.zsh


+ 1 - 1
zshrc

@@ -90,6 +90,7 @@ function tmux-num-sessions () {
 }
 }
 
 
 # help creating links to emails
 # help creating links to emails
+# in apple mail, go to viewing → Show message headers → Custom... → Add "Message-ID"
 function murl () {
 function murl () {
     echo message://"%3c"$@"%3e"
     echo message://"%3c"$@"%3e"
 }
 }
@@ -143,7 +144,6 @@ fi
 # taskwarrior setup, stolen from https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/taskwarrior/taskwarrior.plugin.zsh
 # taskwarrior setup, stolen from https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/taskwarrior/taskwarrior.plugin.zsh
 zstyle ':completion:*:*:task:*' verbose yes
 zstyle ':completion:*:*:task:*' verbose yes
 zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u'
 zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u'
-
 zstyle ':completion:*:*:task:*' group-name ''
 zstyle ':completion:*:*:task:*' group-name ''
 
 
 alias t=task
 alias t=task

部分文件因为文件数量过多而无法显示