Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 22ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
santisify

santisify

Joined 5 months ago

All gists 1 Liked 2
Recently created Least recently created Recently updated Least recently updated
santisify

santisify / config.fish

Last active 3 months ago
1 0 1
1 set -g HISTSIZE 1000
2 set -g HISTFILESIZE 2000
3 # 环境变量设置
4 # Java
5 set -gx JAVA_HOME /usr/jvm/openjdk25/
6 set -gx PATH $PATH $JAVA_HOME/bin
7 set -gx CLASSPATH .:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar:$CLASSPATH
8 set -gx JRE_HOME /$JAVA_HOME/jre
9
10 # Bun